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 Nov 3, 2016
1 parent 6243f05 commit d31ea4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


## 0.0.0 - 2016-11-02
## 1.0.0 - 2016-11-03
- First stable release
- follow semantic versioning
- add notes
- add Table Of Contents
- add API docs
- add tests
- implement

## 0.0.0 - 2016-11-03
- Initial commit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "to-callback",
"version": "0.3.1",
"version": "1.0.0",
"description": "Converts result-first callbacks to classic (node.js-style) error-first callbacks with 3 lines of code. Useful when you want to promisify result-first APIs (like emitter.on). Inspired by [rfpify][] and probably used in it.",
"repository": "tunnckoCore/to-callback",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit d31ea4d

Please sign in to comment.