diff --git a/CHANGELOG.md b/CHANGELOG.md index 35baf40..efb2cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ +Rev: 1.0.0 +============= + + + + Rev: 1.0.0-rc1.1 ============= ## Fixes * workflow fixed - - - - diff --git a/package.json b/package.json index da0e727..8dad140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-package-version-bump", - "version": "1.0.0-rc1.2", + "version": "1.0.0", "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": {