From e0b05eebbe97e1fb95b51fac49d53bd559f8ce16 Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 23 Apr 2024 23:42:33 +0800 Subject: [PATCH] chore(projects): release v0.3.20 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/githublogen/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546f743..e464fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.3.20](https://github.com/soybeanjs/changelog/compare/v0.3.19...v0.3.20) (24-04-23) + +###    🐞 Bug Fixes + +- **projects**: remove useless code  -  by @honghuangdc [(344a4)](https://github.com/soybeanjs/changelog/commit/344a476) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.19](https://github.com/soybeanjs/changelog/compare/v0.3.18...v0.3.19) (24-04-23) ###    🐞 Bug Fixes diff --git a/package.json b/package.json index fa27911..d34c890 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.19", + "version": "0.3.20", "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 caff4fd..6fd6702 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.19", + "version": "0.3.20", "packageManager": "pnpm@9.0.5", "author": { "name": "Soybean",