Skip to content

Commit

Permalink
Update version, contributors and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norberteder committed Jul 26, 2017
1 parent 716fd17 commit f3efd5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ API calls can either execute a callback or return a promise. To return a promise

## History

### 0.8.0

* Rename list fixed
* Handle API rate limit by retries
* New function `addCardWithExtraParams`

### 0.7.0

* Public visibility for `makeRequest`
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello",
"version": "0.7.0",
"version": "0.8.0",
"author": "Norbert Eder <[email protected]>",
"description": "This module provides an easy way to make requests to the Trello API.",
"contributors": [
Expand All @@ -23,7 +23,15 @@
{
"name": "Siôn Le Roux",
"email": "[email protected]"
}
},
{
"name": "Mike Garuccio",
"url": "https://github.com/mgaruccio"
},
{
"name": "Karel Piwko",
"url": "https://github.com/kpiwko"
}
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
Expand Down

0 comments on commit f3efd5d

Please sign in to comment.