Skip to content

Commit 11fc82a

Browse files
author
Tom Van Cutsem
committed
npm release 1.4.4
1 parent ab9a078 commit 11fc82a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELNOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.4.4
2+
======
3+
4+
Release date: March 19th, 2016
5+
6+
* Minor bugfix in `Reflect.construct()`.
7+
* Removed deprecation notice when unpatched `Object.getOwnPropertyNames(proxy)` used in external modules would still trigger the old `getOwnPropertyNames` trap (See issue #66).
8+
19
v1.4.3
210
======
311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harmony-reflect",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
55
"main": "reflect.js",
66
"keywords": [

0 commit comments

Comments
 (0)