Skip to content

Commit f25e996

Browse files
author
Tom Van Cutsem
committed
published harmony-reflect v1.6.1
1 parent 9d6fbc7 commit f25e996

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: RELNOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.6.1
2+
======
3+
4+
Release date: September 18th, 2018
5+
6+
* Fixed a bug in `Reflect.construct` where, if the optional `newTarget` argument was passed, the shim would call the `newTarget` constructor function rather than the `target` constructor (See issue #81).
7+
18
v1.6.0
29
======
310

Diff for: package.json

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

0 commit comments

Comments
 (0)