diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cf77ff..cdf8a172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.1...v3.1.0) (2023-12-14) + + +### Features + +* Upgrade to node 20 ([#404](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/404)) ([1d85b40](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/1d85b409706419cab36c8d310ef7eda9283fcf7d)) + + +### Bug Fixes + +* **deps:** pin dependencies ([58213b8](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/58213b8a3d0aad78cc6ee51894a383019ddcdcd6)) + ## [3.0.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.0...v3.0.1) (2023-11-16) diff --git a/package-lock.json b/package-lock.json index db33d9a2..50a0f4e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-octopus-cli-action", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-octopus-cli-action", - "version": "3.0.1", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index 32de445f..79c028a9 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.0.1" + "version": "3.1.0" }