Skip to content

Commit

Permalink
3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Goodman-Wilson committed Aug 1, 2016
1 parent 153afd4 commit 28e56ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v3.5.4 (2016-07-29)
* Fixes a bug whereby events with fields not recognized cause a crash. Wow.
* Updated some logic around what user ids look like.

### v3.5.3 (2016-07-25)
* Fixes a bug in the package.json published by 3.5.2.

### v3.5.2 (2016-07-25)
* Updating the links in package.json so that you don't need SSL credentials to pull down the github repo.

### v3.5.1 (2016-07-06)
* Updates lodash from ^3.10.1 to ^4.13.1. And means it.
* Minor tweaks to existing documentation and example code to make them consistent with each other. Because hobgoblins are friendly and love you.

### v3.5.0 (2016-06-14)

* Adds the [team.billableInfo](https://api.slack.com/methods/team.billableInfo) endpoint to the team facet
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": "3.5.3",
"version": "3.5.4",
"description": "A library for creating a Slack client",
"main": "./index",
"scripts": {
Expand Down

0 comments on commit 28e56ba

Please sign in to comment.