Skip to content

Commit d79da20

Browse files
committed
2.0.1
1 parent 037f1bf commit d79da20

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.0.1 - April 11, 2015
2+
3+
* 2.0.1 (Nicholas C. Zakas)
4+
* Fix: Yield should parse without an argument (fixes #121) (Nicholas C. Zakas)
5+
16
v2.0.0 - April 4, 2015
27

38
* 2.0.0 (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.0",
11+
"version": "2.0.1",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)