Skip to content

Commit

Permalink
v4.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 8, 2015
1 parent 1fe9668 commit 917d931
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.1.13
- [shim: fix] Fix a bug where `Date(x)` threw instead of equalling `String(Date(x))` (#326)

4.1.12
- [fix] Make sure uglify doesn't remove function names
- [shim: fix] Use `is-arguments` implementation; don't call down legacy code path in modern engines (#325)
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "es5-shim",
"repo": "es-shims/es5-shim",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"version": "v4.1.12",
"version": "v4.1.13",
"keywords": [
"shim",
"es5",
Expand Down
2 changes: 1 addition & 1 deletion es5-sham.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion es5-shim.map

Large diffs are not rendered by default.

Loading

0 comments on commit 917d931

Please sign in to comment.