Skip to content

Commit

Permalink
v4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Jul 17, 2018
1 parent 2088f42 commit 78f819f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
File renamed without changes.
12 changes: 12 additions & 0 deletions docs/_posts/2018-07-17-v4.5.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: changelog
---
* Fixes an issue with the `res.message.user` object containing two nested `slack` properties (#505) - thanks @shanedewael.
* Fixes an issue where messages from bots with no bot user may have had `undefined` value for `res.messages.user` (#507) - thanks @shanedewael.
* Increases consistency of `EnterMessage` and `LeaveMessage` events by swapping to the events which are garaunteed
to be delivered (#296) - thanks @aoberoi.
* Fixes an issue where listeners were not matched because the text formatting did not properly account for messages
without `text` defined but which do contain valid `attachments`, such as from IFTTT (#504) - thanks @aoberoi.
* Fixes an issue where messages were delivered to Slack out of order (#379) - thanks @aoberoi.
* Documentation improvements (#372, #468) - thanks @aoberoi.
* Adds node v10 to the testing matrix (#510) - thanks @aoberoi.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-slack",
"version": "4.5.2",
"version": "4.5.3",
"description": "A Slack adapter for hubot",
"main": "./slack",
"scripts": {
Expand Down

0 comments on commit 78f819f

Please sign in to comment.