diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e740c..3c6d6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## [v0.5.1-beta.0](https://github.com/soybeanjs/cli/compare/v0.5.0...main) (23-06-06) + +### 🐞 Bug Fixes + +- **projects**: Fix changelog new version without date - by @soybeanjs [(36138)](https://github.com/soybeanjs/cli/commit/361388b) + +### 📖 Documentation + +- **projects**: Update README.md - by @soybeanjs [(6f217)](https://github.com/soybeanjs/cli/commit/6f21797) + +### 🏡 Chore + +- **projects**: Update github_token - by @soybeanjs [(15651)](https://github.com/soybeanjs/cli/commit/1565138) + +### ❤️ Contributors + +![soybeanjs](https://github.com/soybeanjs.png?size=48) + ## [v0.5.0](https://github.com/soybeanjs/cli/compare/v0.4.2...v0.5.0) (2023-06-05) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index d9111f7..1801da0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/cli", - "version": "0.5.0", + "version": "0.5.1-beta.0", "description": "SoybeanJS's command line tools", "author": { "name": "Soybean",