We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a65aac commit f5d1b5aCopy full SHA for f5d1b5a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+v1.12.1 - March 21, 2015
2
+
3
+* 1.12.1 (Nicholas C. Zakas)
4
+* Fix: Disallow octals in template strings (fixes #96) (Nicholas C. Zakas)
5
+* Fix: Template string parsing (fixes #95) (Nicholas C. Zakas)
6
+* Fix: shorthand properties named get or set (fixes #100) (Brandon Mills)
7
+* Fix: bad error in parsing invalid class setter (fixes #98) (Marsup)
8
9
v1.12.0 - March 14, 2015
10
11
* 1.12.0 (Nicholas C. Zakas)
package.json
@@ -8,7 +8,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
- "version": "1.12.0",
+ "version": "1.12.1",
12
"files": [
13
"bin",
14
"lib",
0 commit comments