diff --git a/CHANGELOG.md b/CHANGELOG.md index f825cc40..d597614e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.2.0...v3.2.1) (2023-12-21) + + +### Bug Fixes + +* **deps:** pin dependencies ([bfd89c8](https://github.com/OctopusDeploy/push-build-information-action/commit/bfd89c8e43ec54be2210d594a1d79c4ab719863d)) + ## [3.2.0](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.1.0...v3.2.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index ed298a5e..17820f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "push-build-information-action", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "push-build-information-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 6fbbed68..4e6f2d25 100644 --- a/package.json +++ b/package.json @@ -81,5 +81,5 @@ "postbuild": "ncc build out/index.js -o dist", "test": "jest --ci --reporters=default --reporters=jest-junit" }, - "version": "3.2.0" + "version": "3.2.1" }