Skip to content

Commit

Permalink
v0.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Apr 28, 2016
1 parent 76b8bdc commit 6bfedb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- **API CHANGE** `Observable`'s `emit` now renamed to `next`
- add: `error` method to `Observable`
- fix: a long stack trace undefined bug
- fix: a retry bug

- v0.14

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": "yaku",
"version": "0.15.8",
"version": "0.15.9",
"description": "A light-weight ES6 Promises/A+ implementation that doesn't hurt.",
"main": "lib/yaku.js",
"typings": "lib/yaku.d.ts",
Expand Down

0 comments on commit 6bfedb3

Please sign in to comment.