From ca56e859314baf2076c695e05e49f9ccaacda6ae Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:49:23 +1000 Subject: [PATCH] chore(main): release 3.2.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f825cc40..09d161d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.1](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.2.0...v3.2.1) (2024-01-24) + + +### Bug Fixes + +* **deps:** pin dependencies ([bfd89c8](https://github.com/OctopusDeploy/push-build-information-action/commit/bfd89c8e43ec54be2210d594a1d79c4ab719863d)) +* **deps:** update dependency @actions/core to v1.10.1 ([0205f5b](https://github.com/OctopusDeploy/push-build-information-action/commit/0205f5b01cac4b4e4337b1bd7311633637362f09)) + ## [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 0e83de30..39d64754 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.1", diff --git a/package.json b/package.json index 0f5b254e..216a50f8 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" }