Skip to content

Commit

Permalink
chore: Add ChangeLog
Browse files Browse the repository at this point in the history
add changelog for fixed versions
  • Loading branch information
SkyZeroZx committed Jul 27, 2023
1 parent 36d2e65 commit 6ea2db5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 1.0.1 (2023-27-07)


### Features

* Fix Documentation and minor errors




## 1.0.0 (2023-26-07)


### Features

* 🎸 Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typed-writer/source",
"version": "0.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {},
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: `VERSION=\${01.0.1} npx nx run-many -t release && VERSION=\${01.0.1} npx -p replace-json-property rjp ./package.json version \${01.0.1}`,
prepareCmd: `VERSION=\${nextRelease.version} npx nx run-many -t release && VERSION=\${nextRelease.version} npx -p replace-json-property rjp ./package.json version \${nextRelease.version}`,
},
],
[
'@semantic-release/git',
{
assets: [`libs/**/package.json`, `package.json`, `CHANGELOG.md`],
message:
'chore(release): -v${01.0.1} [skip ci]\n\n${nextRelease.notes}',
'chore(release): -v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
],
Expand Down

0 comments on commit 6ea2db5

Please sign in to comment.