diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf2198..63e4b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.3.14-beta.1](https://github.com/soybeanjs/changelog/compare/v0.3.14-beta.0...v0.3.14-beta.1) (24-03-03) + +###    🏡 Chore + +- **projects**: update launch.json  -  by @honghuangdc [(97aa6)](https://github.com/soybeanjs/changelog/commit/97aa6dc) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.14-beta.0](https://github.com/soybeanjs/changelog/compare/v0.3.13...v0.3.14-beta.0) (24-03-03) ###    🏡 Chore diff --git a/package.json b/package.json index 7226b1b..fba8c60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.14-beta.0", + "version": "0.3.14-beta.1", "packageManager": "pnpm@8.14.1", "description": "generate changelog form git tags and commits for github", "author": { diff --git a/packages/githublogen/package.json b/packages/githublogen/package.json index 6db69a3..da4af8b 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.14-beta.0", + "version": "0.3.14-beta.1", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",