From 8e5044fa5a57936d7de112edb5af471f73f14e42 Mon Sep 17 00:00:00 2001 From: "team-integrations-fnm[bot]" <107085870+team-integrations-fnm-bot@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:33:33 +1000 Subject: [PATCH] chore(main): release 3.1.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf8a172..1ba6179c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.1.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.1.0...v3.1.1) (2023-12-26) + + +### Bug Fixes + +* **deps:** update dependency @actions/core to v1.10.1 ([9ef46dd](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/9ef46ddadc1338f89f84ef921a3b90a8962ba8a1)) +* **deps:** update dependency uuid to v9.0.1 ([02deaca](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/02deaca4309fc202b3212375169f1aee085777c4)) +* Updates to latest transitive dependencies to address dependabot alerts ([#413](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/413)) ([2efe771](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/2efe771f0571c855f3545cf363c700cbdf71264e)) + ## [3.1.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.1...v3.1.0) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index a7ead89e..c2674567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-octopus-cli-action", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-octopus-cli-action", - "version": "3.1.0", + "version": "3.1.1", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 4708e00a..b7f550a5 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,5 @@ "postbuild": "ncc build out/main.js -o dist", "test": "jest --ci --reporters=default --reporters=jest-junit --passWithNoTests" }, - "version": "3.1.0" + "version": "3.1.1" }