From f91ce9e04ed2d2adc628ecbc8f015575d8c6a768 Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 09:47:58 +0100 Subject: [PATCH] Release v1.10.5 (#490) Co-authored-by: simoneb --- 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 ad496868..6ba35b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-notify-release", - "version": "1.10.4", + "version": "1.10.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-notify-release", - "version": "1.10.4", + "version": "1.10.5", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 64896bca..74740524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-notify-release", - "version": "1.10.4", + "version": "1.10.5", "description": "Github action for notifying of a pending release", "main": "dist/index.js", "scripts": {