Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
germanrcuriel committed Feb 12, 2016
1 parent 201edd2 commit 703a3dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## 0.1.1 (2016-02-12)

- Fixed a typo in `im.open` method

## 0.1.0 (2016-02-12)

- Added DND resource

## 0.0.5 (2015-11-16)

- Fix a typo in `users.list` method
- Fixed a typo in `users.list` method

## 0.0.4 (2015-11-14)

Expand All @@ -16,7 +20,7 @@

## 0.0.2 (2015-03-31)

- Fix github's repo url on package.json
- Fixed github's repo url on package.json
- Added documentation for `api` resource

## 0.0.1 (2015-03-30)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slack-api-client",
"description": "A Slack API Client",
"version": "0.1.0",
"version": "0.1.1",
"author": "Germán Robledo <[email protected]>",
"main": "./lib/slack.js",
"dependencies": {
Expand Down

0 comments on commit 703a3dd

Please sign in to comment.