We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d328131 commit 1e82ff2Copy full SHA for 1e82ff2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v1.9.1 - February 21, 2015
2
+
3
+* 1.9.1 (Nicholas C. Zakas)
4
+* Fix: Allow let/const in switchcase (fixes #54) (Nicholas C. Zakas)
5
6
v1.9.0 - February 21, 2015
7
8
* 1.9.0 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
9
"esvalidate": "./bin/esvalidate.js"
10
},
11
- "version": "1.9.0",
+ "version": "1.9.1",
12
"files": [
13
"bin",
14
"lib",
0 commit comments