diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df8ba2..04657b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.1...v1.14.0) (2024-10-16) + + +### Features + +* **a(aa):** xxx ([67d4f92](https://github.com/yanhao98/semantic-release-action-example/commit/67d4f921ee07d91394e24b73b48007e6fc063f08)) + ## [1.13.1](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.0...v1.13.1) (2024-10-11) diff --git a/package.json b/package.json index acdf43b..878d0c2 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.13.1", + "version": "1.14.0", "files": [ "CHANGELOG.md" ],