From 41b7cea62cc04507c8e80e32b7f073f2f68be3e3 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Sat, 14 Mar 2015 12:24:46 -0700 Subject: [PATCH] 1.12.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de014ad2..1641f53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +v1.12.0 - March 14, 2015 + +* 1.12.0 (Nicholas C. Zakas) +* Fix: Update broken tests (Nicholas C. Zakas) +* New: Add sourceType to Program node (fixes #93) (Nicholas C. Zakas) +* Allow spread in more places (fixes #89) (Nicholas C. Zakas) +* Fix: Deeply nested template literals (fixes #86) (Nicholas C. Zakas) +* Fix: Allow super in classes by default (fixes #87) (Nicholas C. Zakas) +* Fix: generator methods in classes (fixes #85) (Jamund Ferguson) +* Remove XJS note from Esprima-FB incompatibilities (Joe Lencioni) + v1.11.0 - March 7, 2015 * 1.11.0 (Nicholas C. Zakas) diff --git a/package.json b/package.json index 51765502..e48e3be2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "esparse": "./bin/esparse.js", "esvalidate": "./bin/esvalidate.js" }, - "version": "1.11.0", + "version": "1.12.0", "files": [ "bin", "lib",