diff --git a/package-lock.json b/package-lock.json index 066cfaa0..ccc099e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "conventional-pr-title-action", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "conventional-pr-title-action", - "version": "0.1.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index e37ed9cc..4c06860d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-pr-title-action", - "version": "3.0.1", + "version": "3.1.0", "description": "Ensure your PR title matches the Conventional Commits spec.", "main": "src/index.js", "scripts": {