Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 11, 2016
1 parent ac09148 commit d555716
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.11'
- '7'
- '6'
- '4'
- '0.12'
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

1.1.0 / 2016-11-11
==================

* feat: add call stack to error object (#5)
* use npm scripts
* add authors
* remove 0.8

1.0.0 / 2014-07-05
==================

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": "pedding",
"version": "1.0.0",
"version": "1.1.0",
"description": "Just pedding for callback.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d555716

Please sign in to comment.