diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd1563..ed2d748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.3.22](https://github.com/soybeanjs/changelog/compare/tauri-v1.0.1...v0.3.22) (24-04-24) + +###    🐞 Bug Fixes + +- **projects**: filter invalid version with custom prefix  -  by @honghuangdc [(afe3c)](https://github.com/soybeanjs/changelog/commit/afe3c12) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.21](https://github.com/soybeanjs/changelog/compare/v0.3.20...v0.3.21) (24-04-24) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index 8c10e8e..9c441d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.21", + "version": "0.3.22", "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 1f55c74..cd2bae9 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.21", + "version": "0.3.22", "packageManager": "pnpm@9.0.5", "author": { "name": "Soybean",