Skip to content

Commit 0472d50

Browse files
committed
v4.5.8
1 parent 40f9f90 commit 0472d50

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.5.8
2+
- [Fix] Check if property descriptor is configurable before re-defining it (#394, #373)
3+
- [Dev Deps] update `eslint`, `jscs`, `@ljharb/eslint-config`
4+
- [Tests] up to `node` `v5.10`, `v4.4`
5+
- [Tests] Use `concurrently` instead of `parallelshell`
6+
- [Tests] use `pretest` to run the linter
7+
18
4.5.7
29
- [Fix] `bind` in IE 8: Update `is-callable` implementation to v1.1.3 (#390)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es5-shim",
3-
"version": "4.5.7",
3+
"version": "4.5.8",
44
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
55
"homepage": "http://github.com/es-shims/es5-shim/",
66
"contributors": [

0 commit comments

Comments
 (0)