Skip to content

Commit

Permalink
Revs the version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l12s committed Mar 12, 2016
1 parent e95416a commit 271d30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### v2.2.0 ()
### v2.2.0 (2016-03-12)

* Adds promise support to the RTM client `send` and `sendMessage` methods
* Fixes the way message response callbacks work, so that the success case is only called when the websocket receives a message with a `reply_to` matching the id of the dispatched message, instead of when the ws instance signals message send success
* Fixes the way `getAPICallArgs` works, to correctly pull data out of the `opts` arg

### v2.1.0 (2016-03-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/client",
"version": "2.1.0",
"version": "2.2.0",
"description": "A library for creating a Slack client",
"main": "./index",
"scripts": {
Expand Down

0 comments on commit 271d30c

Please sign in to comment.