diff --git a/package-lock.json b/package-lock.json index a991364..882138c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ryancyq/github-signed-commit", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ryancyq/github-signed-commit", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index df630ab..26a4be2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@ryancyq/github-signed-commit", - "version": "1.1.0", + "version": "1.2.0", "description": "Create a signed commit with GitHub Actions", "main": "dist/index.js", "repository": {