diff --git a/package-lock.json b/package-lock.json index df422c95..7183cb34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-board-slack-notifications", - "version": "1.4.8", + "version": "1.4.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-board-slack-notifications", - "version": "1.4.8", + "version": "1.4.9", "license": "ISC", "dependencies": { "@fastify/aws-lambda": "^3.2.0", diff --git a/package.json b/package.json index 5bfffad8..e799243a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-board-slack-notifications", - "version": "1.4.8", + "version": "1.4.9", "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",