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 Jul 9, 2015
1 parent 5f26d93 commit a414245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,12 @@


## 1.0.0 - 2015-07-09
- Release v1.0.0 / npm@v1.0.0
- add keywords
- add related
- update usage example
- fix tests for 0.10 and 0.12
- implement :beer:

## 0.0.0 - 2015-07-09
- first commits
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "create-callback",
"version": "0.0.0",
"version": "1.0.0",
"description": "Create callback api from synchronous function. Same as `make-callback`, but won't handle generators and if async function is given returns it.",
"repository": "tunnckoCore/create-callback",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down Expand Up @@ -37,4 +37,4 @@
"synchronous",
"utils"
]
}
}

0 comments on commit a414245

Please sign in to comment.