diff --git a/CHANGELOG.md b/CHANGELOG.md index efb2cc8..35baf40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -Rev: 1.0.0 -============= - - - - Rev: 1.0.0-rc1.1 ============= ## Fixes * workflow fixed + + + + diff --git a/package-lock.json b/package-lock.json index 84dcac5..74f0794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-package-version-bump", - "version": "1.0.0", + "version": "1.0.0-rc1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "action-package-version-bump", - "version": "1.0.0", + "version": "1.0.0-rc1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.4.0", diff --git a/package.json b/package.json index ea814a8..756d00f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-package-version-bump", - "version": "1.0.0", + "version": "1.0.0-rc1.2", "description": "Github action to upgrade the package.json version and create a changelog based on PR description that can be triggered in your workflows", "main": "index.js", "scripts": {