diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c5e94d9..c4568f4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.2...v6.0.0) (2025-11-17) + + +### Features + +* **deps:** update semantic-release to version 25 ([9246c0b](https://github.com/cycjimmy/semantic-release-action/commit/9246c0bd17405b1f20450501f39234912258bc50)) + + +### BREAKING CHANGES + +* **deps:** Update semantic-release to version 25 + ## [5.0.2](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.1...v5.0.2) (2025-10-10) diff --git a/package-lock.json b/package-lock.json index c3783ff..fc51fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "5.0.2", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cycjimmy/semantic-release-action", - "version": "5.0.2", + "version": "6.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 7fd3d20..fdd5687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "5.0.2", + "version": "6.0.0", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {