From 10738d0305cc1e9f7bbf14382e1cc52e834d848e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 23 May 2024 12:15:34 +0200 Subject: [PATCH] Publish v0.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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\"",