From 914c3d599c59f97e2ac4652736a6e2bfbde5f0eb Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 09:43:44 +0100 Subject: [PATCH] chore: release v1.2.6 (#172) 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 732009e9..2b5f3df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-board-slack-notifications", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-board-slack-notifications", - "version": "1.2.5", + "version": "1.2.6", "license": "ISC", "dependencies": { "@fastify/aws-lambda": "^3.1.3", diff --git a/package.json b/package.json index 03d14e04..1f60d8d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-board-slack-notifications", - "version": "1.2.5", + "version": "1.2.6", "description": "The purpose of this project is to sent notifications to a Slack channel for any changes that are performed in a Github board (Projects beta). The Github board and Slack channel pairs are configurable.", "main": "dist/lambda.js", "type": "module",