From 24ed65513796be2b54524670f7bf0e0f9d64d229 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:38:15 +1000 Subject: [PATCH] chore(main): release 3.2.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 087d370d..da5307c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/OctopusDeploy/run-runbook-action/compare/v3.2.0...v3.2.1) (2023-12-22) + + +### Bug Fixes + +* **deps:** pin dependencies ([acebfc6](https://github.com/OctopusDeploy/run-runbook-action/commit/acebfc6660a9528f98fc7d6c99dd9abe98957db4)) + ## [3.2.0](https://github.com/OctopusDeploy/run-runbook-action/compare/v3.1.0...v3.2.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index d9bbabba..b9d12eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "run-runbook-action", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "run-runbook-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 062324d7..16b73306 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,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" }