From 56e6b58227f62cd0a1faac62a2c1a9a76f4c9419 Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:23:53 +0000 Subject: [PATCH] Release v1.7.9 (#376) 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 6a4a092d..96a55aa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-notify-release", - "version": "1.7.8", + "version": "1.7.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-action-notify-release", - "version": "1.7.8", + "version": "1.7.9", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index ba3a3792..79174854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-notify-release", - "version": "1.7.8", + "version": "1.7.9", "description": "Github action for notifying of a pending release", "main": "dist/index.js", "scripts": {