diff --git a/package-lock.json b/package-lock.json index 9c87045..76176bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/slack-action", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 45b57cf..b5bfb9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wpmedia/slack-action", - "version": "1.1.1", + "version": "1.1.2", "description": "This GitHub action wraps the Slack [chat.postMessage](https://api.slack.com/methods/chat.postMessage) API method for posting to channels, private groups, and DMs. This action sends messages using [Slack bot tokens](https://api.slack.com/docs/token-types)", "main": "index.js", "scripts": {