diff --git a/CHANGELOG.md b/CHANGELOG.md index feaaf5d..369bfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/OctopusDeploy/push-package-action/compare/v3.2.0...v3.2.1) (2023-12-17) + + +### Bug Fixes + +* **deps:** pin dependencies ([df4c18d](https://github.com/OctopusDeploy/push-package-action/commit/df4c18d59bd9c48e8a7ef8e51f6ac87460639102)) + ## [3.2.0](https://github.com/OctopusDeploy/push-package-action/compare/v3.1.0...v3.2.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index 06ab648..3c4f5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "push-package-action", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "push-package-action", - "version": "3.2.0", + "version": "3.2.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index f26d3a5..75c6013 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.0" + "version": "3.2.1" }