From f4eac283993cea6bde5ff6902a475bd495525f12 Mon Sep 17 00:00:00 2001 From: simoneb Date: Sat, 18 Dec 2021 17:13:06 +0000 Subject: [PATCH] Release v1.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 2f525485..01309401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-notify-release", - "version": "1.2.7", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-notify-release", - "version": "1.2.7", + "version": "1.3.0", "license": "ISC", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 24bafa0b..6d65a6e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-notify-release", - "version": "1.2.7", + "version": "1.3.0", "description": "Github action for notifying of a pending release", "main": "dist/index.js", "scripts": {