From dec4f1648de4ca0565aacf5a86be800b52766ecf Mon Sep 17 00:00:00 2001 From: Soybean Date: Fri, 31 May 2024 10:01:19 +0800 Subject: [PATCH] chore(projects): release v0.3.24 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/githublogen/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e8a55..a2fb465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [v0.3.24](https://github.com/soybeanjs/changelog/compare/v0.3.23...v0.3.24) (2024-05-31) + +###    🐞 Bug Fixes + +- **projects**: fix code  -  by @honghuangdc [(3a78f)](https://github.com/soybeanjs/changelog/commit/3a78fdc) + +###    🏡 Chore + +- **projects**: update deps & update pnpm version  -  by @honghuangdc [(fdc46)](https://github.com/soybeanjs/changelog/commit/fdc46c5) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.23](https://github.com/soybeanjs/changelog/compare/v0.3.22...v0.3.23) (24-04-27) ###    🚀 Features diff --git a/package.json b/package.json index 890d823..a7450c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.23", + "version": "0.3.24", "packageManager": "pnpm@9.1.4", "description": "generate changelog form git tags and commits for github", "author": { diff --git a/packages/githublogen/package.json b/packages/githublogen/package.json index 9e854ff..3f197f9 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.23", + "version": "0.3.24", "packageManager": "pnpm@9.1.4", "author": { "name": "Soybean",