From 88b504e73f25c3254e820488a769beaea0f2f320 Mon Sep 17 00:00:00 2001 From: l12s Date: Sat, 13 Feb 2016 12:31:33 -0800 Subject: [PATCH] Updates to `ws@1.0.1` and revs the slack-client to `2.0.1` --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2240c5a1f..a7a298514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v2.0.1 (2016-02-13) + + * Updates to `ws@1.0.1` + * Fixes a bad variable name in [`example-web-client`](/examples/example-web-client.js) + ### v2.0.0 (2016-02-13) Refactors the library to javascript, adds a lot of tests and restructures it to improve maintainability and extend functionality. diff --git a/package.json b/package.json index ff3ea5c4e..d79be6742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-client", - "version": "2.0.0", + "version": "2.0.1", "description": "A library for creating a Slack client", "main": "./index", "scripts": { @@ -29,7 +29,7 @@ "retry": "^0.8.0", "url-join": "0.0.1", "winston": "^2.1.1", - "ws": "0.8.0" + "ws": "^1.0.1" }, "devDependencies": { "chai": "^3.3.0",