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