Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 25, 2015
1 parent dd39d22 commit ca3d3dc
Show file tree
Hide file tree
Showing 12 changed files with 804 additions and 735 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.1 - 2015.04.25
* fixed `__proto__`-based [`Promise`](#ecmascript-6-promises) subclassing in some environments
##### 0.9.0 - 2015.04.24
* added correct [symbols](#ecmascript-6-symbols) descriptors
* fixed behavior `Object.{assign, create, defineProperty, defineProperties, getOwnPropertyDescriptor, getOwnPropertyDescriptors}` with symbols
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.0",
"version": "0.9.1",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down

0 comments on commit ca3d3dc

Please sign in to comment.