Skip to content

Commit

Permalink
version update to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BL committed Dec 6, 2017
1 parent 46ab7cf commit 79d3fca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.4 December 06, 2017
- Add JavaScript examples : Card, Action, Labels, Webhook etc
- Add TypeScript examples : Boards, Card, Action, Labels, Webhook etc

0.0.3 December 02, 2017
- Add support for TypeScript
- Add JavaScript examples
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/es6-promise": "0.0.33",
"babel-eslint": "^8.0.1",
"babel-preset-node6": "^11.0.0",
"trello-node-api": "^0.0.3"
"trello-node-api": "^0.0.4"
},
"devDependencies": {}
}
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello-node-api",
"version": "0.0.3",
"version": "0.0.4",
"description": "Trello Node API wrapper",
"keywords": [
"node-trello",
Expand Down Expand Up @@ -39,14 +39,6 @@
"node": ">=4"
},
"main": "lib/trello-node-api",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"bluebird": "^3.5.0",
"lodash.isplainobject": "^4.0.6",
Expand Down

0 comments on commit 79d3fca

Please sign in to comment.