diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a82f34..dda0620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [v0.5.5](https://github.com/soybeanjs/cli/compare/v0.5.4...main) (23-06-11) + +###    🚀 Features + +- **projects**: add cli config  -  by @soybeanjs [(05d27)](https://github.com/soybeanjs/cli/commit/05d2746) + +###    🐞 Bug Fixes + +- **projects**: fix release command  -  by @soybeanjs [(2d6a3)](https://github.com/soybeanjs/cli/commit/2d6a3ac) + +###    🏡 Chore + +- **deps**: update deps  -  by @soybeanjs [(60453)](https://github.com/soybeanjs/cli/commit/604537a) +- **projects**: update package.json  -  by @soybeanjs [(f064f)](https://github.com/soybeanjs/cli/commit/f064fe1) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   + ## [v0.5.4](https://github.com/soybeanjs/cli/compare/v0.5.3...main) (23-06-07) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index 0396848..bae506a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/cli", - "version": "0.5.4", + "version": "0.5.5", "description": "SoybeanJS's command line tools", "author": { "name": "Soybean",