diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cf77ff..b926eac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.1...v3.0.2) (2023-12-13) + + +### 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 68e36a0c..b0346a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-octopus-cli-action", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-octopus-cli-action", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index 0935c12f..4fa1ea51 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.0.2" }