diff --git a/package-lock.json b/package-lock.json index 829214a..993ed23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "changelog-generator", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd38a09..cef1a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-generator", - "version": "0.1.0", + "version": "0.1.1", "description": "A GitHub Action that compares the commit differences between two branches", "main": "index.js", "scripts": {