diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f45eb..76ac5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [v0.3.16](https://github.com/soybeanjs/changelog/compare/v0.3.15...v0.3.16) (24-04-23) + +###    💅 Refactors + +- **projects**: refactor get to tag  -  by @honghuangdc [(5f6ad)](https://github.com/soybeanjs/changelog/commit/5f6ad09) + +###    🏡 Chore + +- **projects**: update deps & update vscode config  -  by @honghuangdc [(4d004)](https://github.com/soybeanjs/changelog/commit/4d00473) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.15](https://github.com/soybeanjs/changelog/compare/v0.3.14...v0.3.15) (2024-03-03) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index a479de9..a645893 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.15", + "version": "0.3.16", "packageManager": "pnpm@9.0.5", "description": "generate changelog form git tags and commits for github", "author": { diff --git a/packages/githublogen/package.json b/packages/githublogen/package.json index e4c02d1..d697dd1 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.15", + "version": "0.3.16", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",