diff --git a/package-lock.json b/package-lock.json index 2eb43bb..a730002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "changelog-generator", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "changelog-generator", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index a0e4b4c..5b08f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-generator", - "version": "1.0.0", + "version": "1.0.1", "description": "A GitHub Action that compares the commit differences between two branches", "main": "dist/index.js", "scripts": {