Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jan 21, 2015
1 parent bb74c3d commit 90d4504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## v1.0.0 / January 21, 2015
- published to npm for first time
- github `Release v1.0.0` (with `git release v1.0.0`)

## v0.0.0 / January 21, 2015
- 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": "0.0.0",
"version": "1.0.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 90d4504

Please sign in to comment.