From 6008273f1aba143fab58852d6d2efd075cd48e30 Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 3 Mar 2024 15:36:26 +0800 Subject: [PATCH] chore(projects): release v0.3.15 --- 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 6d3987a..9800e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.3.15](https://github.com/soybeanjs/changelog/compare/v0.3.14...v0.3.15) (24-03-03) + +###    🐞 Bug Fixes + +- **projects**: fix create options  -  by @honghuangdc [(9403a)](https://github.com/soybeanjs/changelog/commit/9403a05) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.3.14](https://github.com/soybeanjs/changelog/compare/v0.3.13...v0.3.14) (24-03-03) ###    🏡 Chore diff --git a/package.json b/package.json index feb093f..144a8a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/changelog", "type": "module", - "version": "0.3.14", + "version": "0.3.15", "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 5b8d6dc..e63e48b 100644 --- a/packages/githublogen/package.json +++ b/packages/githublogen/package.json @@ -1,7 +1,7 @@ { "name": "githublogen", "type": "module", - "version": "0.3.14", + "version": "0.3.15", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",