From 6ebb4d1db60e53c212dcf103a9937e534bcf29c9 Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:03:03 +0100 Subject: [PATCH] Release v1.10.19 (#547) Co-authored-by: williamlines --- 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 f6c3bd02..b9d79d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-notify-release", - "version": "1.10.18", + "version": "1.10.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-notify-release", - "version": "1.10.18", + "version": "1.10.19", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index c7cd719a..57eb9d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-notify-release", - "version": "1.10.18", + "version": "1.10.19", "description": "Github action for notifying of a pending release", "main": "dist/index.js", "scripts": {