Skip to content

Commit 71b433b

Browse files
committed
2.0.2
1 parent 64e7322 commit 71b433b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.0.2 - April 28, 2015
2+
3+
* 2.0.2 (Nicholas C. Zakas)
4+
* Fix: Allow yield without value as function param (fixes #134) (Nicholas C. Zakas)
5+
* Fix: Allow computed generators in classes (fixes #123) (Nicholas C. Zakas)
6+
* Fix: Don't allow arrow function rest param (fixes #130) (Nicholas C. Zakas)
7+
18
v2.0.1 - April 11, 2015
29

310
* 2.0.1 (Nicholas C. Zakas)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esparse": "./bin/esparse.js",
99
"esvalidate": "./bin/esvalidate.js"
1010
},
11-
"version": "2.0.1",
11+
"version": "2.0.2",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)