Skip to content

Commit f5d1b5a

Browse files
committed
1.12.1
1 parent 6a65aac commit f5d1b5a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
v1.12.0 - March 14, 2015
210

311
* 1.12.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": "1.12.0",
11+
"version": "1.12.1",
1212
"files": [
1313
"bin",
1414
"lib",

0 commit comments

Comments
 (0)