Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 26, 2015
1 parent e26b130 commit d287492
Show file tree
Hide file tree
Showing 12 changed files with 445 additions and 437 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.4 - 2015.04.27
* fixed `RegExp` constructor
##### 0.9.3 - 2015.04.26
* some fixes and optimizations
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.3",
"version": "0.9.4",
"description": "Standard Library",
"keywords": [
"ES6",
Expand Down

0 comments on commit d287492

Please sign in to comment.