diff --git a/CHANGELOG.md b/CHANGELOG.md index c24c2dd..210d08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.2](https://github.com/OctopusDeploy/push-package-action/compare/v3.2.1...v3.2.2) (2024-07-31) + + +### Bug Fixes + +* **deps:** update dependency @octopusdeploy/api-client to v3.4.0 ([bb32e37](https://github.com/OctopusDeploy/push-package-action/commit/bb32e379925b30919779ea2ab28afe9acfb66bd1)) + ## [3.2.1](https://github.com/OctopusDeploy/push-package-action/compare/v3.2.0...v3.2.1) (2024-02-04) diff --git a/package-lock.json b/package-lock.json index 4708734..e6d409f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "push-package-action", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "push-package-action", - "version": "3.2.1", + "version": "3.2.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 6053ea5..7d6b1f2 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.2.1" + "version": "3.2.2" }