diff --git a/package-lock.json b/package-lock.json index 52dd46b..db6a262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "changelog-to-github-release-action", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "changelog-to-github-release-action", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index f4d3955..4745a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-to-github-release-action", - "version": "0.1.0", + "version": "0.1.1", "private": true, "description": "GitHub Action to convert CHANGELOG to GitHub Release", "repository": "stylelint/changelog-to-github-release-action",