Skip to content

Commit

Permalink
slack-github-issues v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbland committed Apr 19, 2017
1 parent 085688f commit a561c2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
@@ -1,6 +1,10 @@
# slack-github-issues v1.1.0
# slack-github-issues v1.1.1

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).
This is a bugfix/maintenance release.

The plugin no longer logs error messages for file and file comment messages; it ignores them instead. Support for file and file comment reactions may be added in the future if the demand exists, but isn't straightforward, since there's no one specific channel associated with either.

The `./go` script now downloads [mbland/go-script-bash](https://github.com/mbland/go-script-bash) v1.5.0 automatically rather than having it attached to this repository as a submodule.

## A Node.js package for using Slack `reaction_added` events to file GitHub issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "slack-github-issues",
"version": "1.1.0",
"version": "1.1.1",
"author": "Mike Bland <mbland@acm.org> (https://mike-bland.com/)",
"description": "Uses Slack `reaction_added` events to file GitHub issues",
"license": "ISC",
Expand Down

0 comments on commit a561c2b

Please sign in to comment.