Skip to content

Commit

Permalink
Release notes and updated version (0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
norberteder committed Oct 15, 2015
1 parent a0b3954 commit 40bab66
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,16 @@ First, generate your Trello application key [like this](https://trello.com/card/

## History

### 0.5.0

* Support of promises
* Basic support of Labeling:
* getLabelsForBoard
* addLabelOnBoard
* deleteLabel
* addLabelToCard
* deleteLabelFromCard

### 0.4.1

* Updated dev dependencies
Expand Down
18 changes: 11 additions & 7 deletions package.json
@@ -1,24 +1,28 @@
{
"name": "trello",
"version": "0.4.1",
"version": "0.5.0",
"author": "Norbert Eder <opensource@norberteder.com>",
"description": "Do stuff with Trello",
"description": "This module provides an easy way to make requests to the Trello API.",
"contributors": [
{
"name": "Graeme Foster",
"email": "graemef@gmail.com"
},
{
"name": "Brett Swift",
"email": ""
},
{
"name": "Mike Beasley",
"email": ""
"email": "mbeasley@emcien.com"
},
{
"name": "Dario Kondratiuk",
"email": "dariokondratiuk@gmail.com"
},
{
"name": "Sean Madden",
"email": "sdm350@gmail.com"
},
{
"name": "Siôn Le Roux",
"email": "sinisterstuf@gmail.com"
}
],
"scripts": {
Expand Down

0 comments on commit 40bab66

Please sign in to comment.