diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a225ca..bce3f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.0.2](https://github.com/soybeanjs/changelog/compare/v0.0.1...main) (23-06-07) + +###    🐞 Bug Fixes + +- **projects**: Fix when only one tag generate total changelog  -  by @soybeanjs [(6b878)](https://github.com/soybeanjs/changelog/commit/6b878e1) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)   + ## [v0.0.1](https://github.com/soybeanjs/changelog/compare/2681a2f0d5feedf38f5c1b4754202dca1976948d...v0.0.1) (2023-06-07) ###    📖 Documentation diff --git a/package.json b/package.json index b8efe84..6500603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/changelog", - "version": "0.0.1", + "version": "0.0.2", "description": "generate changelog form git tags and commits for github", "author": { "name": "Soybean",