Skip to content

Commit

Permalink
Updates to [email protected] and revs the slack-client to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
l12s committed Feb 13, 2016
1 parent fa5f96c commit 88b504e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v2.0.1 (2016-02-13)

* Updates to `[email protected]`
* 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.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 88b504e

Please sign in to comment.