diff --git a/package-lock.json b/package-lock.json index c5c330c..de4f7d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conventional-releaser-action", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "conventional-releaser-action", - "version": "1.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@actions/core": "1.6.0", diff --git a/package.json b/package.json index 33f4dfa..331b3f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-releaser-action", - "version": "1.0.0", + "version": "0.1.0", "description": "Conventional Releaser GitHub Action", "main": "index.js", "scripts": {