diff --git a/package-lock.json b/package-lock.json index f3466df..ce0d33e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-pull-request-action", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "find-pull-request-action", - "version": "1.8.1", + "version": "1.9.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 5a240b6..ad6e2e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "find-pull-request-action", "private": true, - "version": "1.8.1", + "version": "1.9.0", "license": "MIT", "description": "GitHub Action for finding pull requests", "repository": "juliangruber/find-pull-request-action",