From 271d30c8cb7fda2956456b919172a79f1a32919c Mon Sep 17 00:00:00 2001 From: l12s Date: Sat, 12 Mar 2016 15:46:20 -0800 Subject: [PATCH] Revs the version to 2.2.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cebded9b3..929f9d942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c66ffeb37..1153735a6 100644 --- a/package.json +++ b/package.json @@ -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": {