diff --git a/CHANGELOG.md b/CHANGELOG.md index bce3f73..f660c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [v0.0.3](https://github.com/soybeanjs/changelog/compare/v0.0.2...main) (23-06-12) + +###    🐞 Bug Fixes + +- **projects**: fix version title  -  by @soybeanjs [(035df)](https://github.com/soybeanjs/changelog/commit/035df12) + +###    🏡 Chore + +- **projects**: update deps & update package.json  -  by @soybeanjs [(02330)](https://github.com/soybeanjs/changelog/commit/0233089) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   + ## [v0.0.2](https://github.com/soybeanjs/changelog/compare/v0.0.1...main) (23-06-07) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index dab253a..01ff57f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/changelog", - "version": "0.0.2", + "version": "0.0.3", "description": "generate changelog form git tags and commits for github", "author": { "name": "Soybean",