Skip to content

Commit 41b7cea

Browse files
committed
1.12.0
1 parent f3ed96a commit 41b7cea

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v1.12.0 - March 14, 2015
2+
3+
* 1.12.0 (Nicholas C. Zakas)
4+
* Fix: Update broken tests (Nicholas C. Zakas)
5+
* New: Add sourceType to Program node (fixes #93) (Nicholas C. Zakas)
6+
* Allow spread in more places (fixes #89) (Nicholas C. Zakas)
7+
* Fix: Deeply nested template literals (fixes #86) (Nicholas C. Zakas)
8+
* Fix: Allow super in classes by default (fixes #87) (Nicholas C. Zakas)
9+
* Fix: generator methods in classes (fixes #85) (Jamund Ferguson)
10+
* Remove XJS note from Esprima-FB incompatibilities (Joe Lencioni)
11+
112
v1.11.0 - March 7, 2015
213

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

0 commit comments

Comments
 (0)