diff --git a/package-lock.json b/package-lock.json index b0c65e6..f3e86d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "last-issue-action", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "last-issue-action", - "version": "2.2.1", + "version": "2.3.0", "dependencies": { "@actions/core": "^1.10.1", "@octokit/rest": "^19.x" diff --git a/package.json b/package.json index dfc77e3..798e49b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "last-issue-action", "private": true, - "version": "2.2.1", + "version": "2.3.0", "description": "GitHub Action to find and export the number of last updated issue whithin some repository that has given labels.", "type": "commonjs", "author": "Micael Levi L. C. (https://micalevisk.github.io)",