diff --git a/package-lock.json b/package-lock.json index ed16dc7..3585a26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-comment", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "action-comment", - "version": "0.2.0", + "version": "0.3.0", "license": "BSD-3-Clause", "dependencies": { "@formatjs/intl": "^2.3.0", diff --git a/package.json b/package.json index 5d1f451..d30a062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-comment", - "version": "0.2.0", + "version": "0.3.0", "description": "Comment on PRs with results of an Replay automated test run", "scripts": { "tag": "GIT_TAG=$(node -e \"console.log('v'+require('./package.json').version)\"); test -z \"$(git tag -l $GIT_TAG)\" && npm i && git add . && git commit -m \"Publish $GIT_TAG\" && git tag $GIT_TAG && echo \"Tagged $GIT_TAG\" || echo \"Tag failed\"",