Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 5, 2015
1 parent 5986eae commit 3338df7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@


## v1.1.0 / March 05, 2015
- Release v1.1.0 / npm@v1.1.0
- bump deps
- lint tests
- fix tests
- update travis builds
- `.catch` should throw, not return

## v1.0.2 / January 26, 2015
- Release v1.0.2
- Release v1.0.2 / npm@v1.0.2
- update reflinks
- change repo links

Expand All @@ -13,4 +21,6 @@
- github `Release v1.0.0` (with `git release v1.0.0`)

## v0.0.0 / January 21, 2015
- init commits
- init commits


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handle-callback",
"version": "1.0.2",
"version": "1.1.0",
"description": "Initial step for creating hybrid APIs, used by `hybridify`. Handle callback in promise - give promise and callback return promise.",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
Expand Down

0 comments on commit 3338df7

Please sign in to comment.