diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4c78b..50a730e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.1.0...v3.1.1) (2023-12-29) + + +### Bug Fixes + +* **deps:** update dependency @actions/core to v1.10.1 ([f667299](https://github.com/OctopusDeploy/create-zip-package-action/commit/f667299eefb951d573fe1a0a8f6eff5ec0954033)) + ## [3.1.0](https://github.com/OctopusDeploy/create-zip-package-action/compare/v3.0.2...v3.1.0) (2023-12-18) diff --git a/package-lock.json b/package-lock.json index 46d60c4..bdc132b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-zip-package-action", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-zip-package-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 8535f21..50ed8b3 100644 --- a/package.json +++ b/package.json @@ -86,5 +86,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.1.0" + "version": "3.1.1" } \ No newline at end of file