From 6e64b28c40c9c22eb306053b0db8827db974e5cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 17:35:23 +0800 Subject: [PATCH] chore(release): 1.15.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.15.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.14.0...v1.15.0) (2024-10-17) ### Features * **a:** 冒号后面有空格 ([2ad55f1](https://github.com/yanhao98/semantic-release-action-example/commit/2ad55f1a8e46bb257cb205c338c65b3b3ffea860)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04657b2..fafcdf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.14.0...v1.15.0) (2024-10-17) + + +### Features + +* **a:** 冒号后面有空格 ([2ad55f1](https://github.com/yanhao98/semantic-release-action-example/commit/2ad55f1a8e46bb257cb205c338c65b3b3ffea860)) + # [1.14.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.1...v1.14.0) (2024-10-16) diff --git a/package.json b/package.json index 878d0c2..113757f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "semantic-release-example-24", "description": "An example project to demonstrate semantic-release", - "version": "1.14.0", + "version": "1.15.0", "files": [ "CHANGELOG.md" ],