Skip to content

Commit

Permalink
0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 25, 2015
1 parent 0102d4c commit 06a151a
Show file tree
Hide file tree
Showing 13 changed files with 1,072 additions and 952 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.3 - 2015.04.26
* some fixes and optimizations
##### 0.9.2 - 2015.04.25
* more correct [`Promise`](#ecmascript-6-promises) unhandled rejection tracking and resolving / rejection priority
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.2",
"version": "0.9.3",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down

0 comments on commit 06a151a

Please sign in to comment.