Skip to content

Commit

Permalink
0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 25, 2015
1 parent 15a6dce commit 9dfcfcf
Show file tree
Hide file tree
Showing 12 changed files with 828 additions and 740 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,10 @@ delay(1e3).then(() => log('after 1 sec'));
```
## Changelog
##### 0.9.13 - 2015.05.25
* added fallback for [`Symbol` polyfill](#ecmascript-6-symbols) for old Android
* some other fixes
##### 0.9.12 - 2015.05.24
* different instances `core-js` should use / recognize the same symbols
* some fixes
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.12",
"version": "0.9.13",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down
Loading

0 comments on commit 9dfcfcf

Please sign in to comment.