diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbdd31..455d709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.0](https://github.com/OctopusDeploy/create-zip-package-action/compare/v4.0.0...v4.1.0) (2026-01-14) + + +### Features + +* Add workflow to check for conventional commit format PR title ([#222](https://github.com/OctopusDeploy/create-zip-package-action/issues/222)) ([54940c3](https://github.com/OctopusDeploy/create-zip-package-action/commit/54940c37bb8a48a55834d6beede0c86ae5c52940)) + ## [4.0.0](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.1.3...v4.0.0) (2025-12-09) diff --git a/package-lock.json b/package-lock.json index 3b0b958..5029428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-zip-package-action", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-zip-package-action", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index 6c8e916..b4a6f7c 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,5 @@ "test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit", "test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration" }, - "version": "4.0.0" + "version": "4.1.0" }