We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037f1bf commit d79da20Copy full SHA for d79da20
CHANGELOG.md
@@ -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
6
v2.0.0 - April 4, 2015
7
8
* 2.0.0 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
9
"esvalidate": "./bin/esvalidate.js"
10
},
11
- "version": "2.0.0",
+ "version": "2.0.1",
12
"files": [
13
"bin",
14
"lib",
0 commit comments