Skip to content

Commit

Permalink
Revs the package to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah Jones committed Mar 1, 2016
1 parent 1cdb80f commit b7060c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### v2.0.4 (2016-03-01)
### v2.0.6 (2016-03-01)

* Fixes a crash introduce in `2.0.5` if you try and instantiate a `WebClient` without passing in any options

### v2.0.5 (2016-03-01)

* Updates the way that API requests are throttled to:
* avoid a condition where the request queue callback could be called multiple times, causing a crash
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.0.5",
"version": "2.0.6",
"description": "A library for creating a Slack client",
"main": "./index",
"scripts": {
Expand Down

0 comments on commit b7060c5

Please sign in to comment.