Skip to content

Commit 271d30c

Browse files
author
l12s
committed
Revs the version to 2.2.0
1 parent e95416a commit 271d30c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### v2.2.0 ()
1+
### v2.2.0 (2016-03-12)
22

33
* Adds promise support to the RTM client `send` and `sendMessage` methods
44
* 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
5+
* Fixes the way `getAPICallArgs` works, to correctly pull data out of the `opts` arg
56

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/client",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A library for creating a Slack client",
55
"main": "./index",
66
"scripts": {

0 commit comments

Comments
 (0)