From 8f2be0e38bca4e6971f880dd5c54ea949f608e58 Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 3 Mar 2024 14:52:49 +0800 Subject: [PATCH] chore(projects): release v0.3.14 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/githublogen/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e4b1b..6d3987a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [v0.3.14](https://github.com/soybeanjs/changelog/compare/v0.3.13...v0.3.14) (24-03-03) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(8b5bb)](https://github.com/soybeanjs/changelog/commit/8b5bbc6) +- **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.1](https://github.com/soybeanjs/changelog/compare/v0.3.14-beta.0...v0.3.14-beta.1) (24-03-03) ###    🏡 Chore diff --git a/package.json b/package.json index fba8c60..feb093f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.14-beta.1", + "version": "0.3.14", "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 da4af8b..5b8d6dc 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.14-beta.1", + "version": "0.3.14", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",