diff --git a/CHANGELOG.md b/CHANGELOG.md index fd16436f..08c164f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.4](https://www.github.com/OctopusDeploy/create-release-action/compare/v1.0.3...v1.0.4) (2021-07-21) + + +### Bug Fixes + +* updated input variables ([c38c573](https://www.github.com/OctopusDeploy/create-release-action/commit/c38c573ec27f92eda0576452f2a4e12c08552f35)) + ### [1.0.3](https://www.github.com/OctopusDeploy/create-release-action/compare/v1.0.2...v1.0.3) (2021-07-16) diff --git a/package-lock.json b/package-lock.json index 13c96d23..6420744c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "create-release-action", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.4.0", diff --git a/package.json b/package.json index adf8954f..a658f8bf 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,5 @@ "postbuild": "ncc build -o dist", "test": "jest" }, - "version": "1.0.3" + "version": "1.0.4" }