diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c6d76..a2f63c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.0.7](https://github.com/soybeanjs/changelog/compare/v0.0.6...v0.0.7) (23-07-27) + +###    🔥 Performance + +- **projects**: perf code  -  by @honghuangdc [(ee804)](https://github.com/soybeanjs/changelog/commit/ee804f9) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.0.6](https://github.com/soybeanjs/changelog/compare/v0.0.5...v0.0.6) (23-07-27) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index f2f398f..cb7199d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/changelog", - "version": "0.0.6", + "version": "0.0.7", "description": "generate changelog form git tags and commits for github", "author": { "name": "Soybean",