diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c5b8b..6b86bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.3.11](https://github.com/soybeanjs/changelog/compare/v0.3.10...v0.3.11) (24-01-14) + +###    🐞 Bug Fixes + +- **projects**: fix createOptions  -  by @honghuangdc [(f1b7b)](https://github.com/soybeanjs/changelog/commit/f1b7b38) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.10](https://github.com/soybeanjs/changelog/compare/v0.3.9...v0.3.10) (24-01-14) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index f6dbe1d..0186037 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.10", + "version": "0.3.11", "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 4efb63b..31e7050 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.10", + "version": "0.3.11", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",