diff --git a/CHANGELOG.md b/CHANGELOG.md index 0196c88..ef73231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [v0.3.13](https://github.com/soybeanjs/changelog/compare/v0.3.12...v0.3.13) (24-03-03) + +###    🐞 Bug Fixes + +- **projects**: fix version  -  by @honghuangdc [(a6396)](https://github.com/soybeanjs/changelog/commit/a639640) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(a8421)](https://github.com/soybeanjs/changelog/commit/a84210b) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.13-beta.0](https://github.com/soybeanjs/changelog/compare/v0.3.12...v0.3.13-beta.0) (24-03-03) ###    🏡 Chore diff --git a/package.json b/package.json index bbcb5ff..b48f96f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.13-beta.0", + "version": "0.3.13", "packageManager": "pnpm@8.14.1", "description": "generate changelog form git tags and commits for github", "author": { diff --git a/packages/githublogen/package.json b/packages/githublogen/package.json index e46ca2e..6b8b20c 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.13-beta.0", + "version": "0.3.13", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",