Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 25, 2015
1 parent 1277bb1 commit 066cc1c
Show file tree
Hide file tree
Showing 12 changed files with 711 additions and 698 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,9 @@ delay(1e3).then(() => log('after 1 sec'));
```
## Changelog
##### 0.9.2 - 2015.04.25
* more correct [`Promise`](#ecmascript-6-promises) unhandled rejection tracking and resolving / rejection priority
##### 0.9.1 - 2015.04.25
* fixed `__proto__`-based [`Promise`](#ecmascript-6-promises) subclassing in some environments
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core.js",
"main": "client/core.js",
"version": "0.9.1",
"version": "0.9.2",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down

0 comments on commit 066cc1c

Please sign in to comment.