diff --git a/CHANGELOG.md b/CHANGELOG.md index 03fccc8..eaa44c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.2](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.1.1...v3.1.2) (2025-02-18) + + +### Bug Fixes + +* **deps:** update dependency @octopusdeploy/api-client to v3.5.1 ([506ca26](https://github.com/OctopusDeploy/create-zip-package-action/commit/506ca26a39dc8a61dc709e766e534d26747aa7de)) + ## [3.1.1](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.1.0...v3.1.1) (2024-02-04) diff --git a/package-lock.json b/package-lock.json index 6d7c7ab..e2497de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-zip-package-action", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-zip-package-action", - "version": "3.1.1", + "version": "3.1.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index af9df2a..6329129 100644 --- a/package.json +++ b/package.json @@ -86,5 +86,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": "3.1.1" + "version": "3.1.2" } \ No newline at end of file