diff --git a/RELEASE.md b/RELEASE.md index 8e20e6d..e44cae7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,6 @@ -# slack-github-issues v1.0.1 +# slack-github-issues v1.1.0 + +This version prevents errors by ignoring reactions from direct messages and properly getting channel (actually, "group") info from private channel messages, courtesy of [Greg Walker](https://github.com/mgwalker). ## A Node.js package for using Slack `reaction_added` events to file GitHub issues diff --git a/package.json b/package.json index e8b7709..bcd1527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-github-issues", - "version": "1.0.1", + "version": "1.1.0", "author": "Mike Bland (https://mike-bland.com/)", "description": "Uses Slack `reaction_added` events to file GitHub issues", "license": "ISC",