diff --git a/CHANGELOG.md b/CHANGELOG.md index 1641f53f..9785549d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +v1.12.1 - March 21, 2015 + +* 1.12.1 (Nicholas C. Zakas) +* Fix: Disallow octals in template strings (fixes #96) (Nicholas C. Zakas) +* Fix: Template string parsing (fixes #95) (Nicholas C. Zakas) +* Fix: shorthand properties named get or set (fixes #100) (Brandon Mills) +* Fix: bad error in parsing invalid class setter (fixes #98) (Marsup) + v1.12.0 - March 14, 2015 * 1.12.0 (Nicholas C. Zakas) diff --git a/package.json b/package.json index e48e3be2..433695a8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "esparse": "./bin/esparse.js", "esvalidate": "./bin/esvalidate.js" }, - "version": "1.12.0", + "version": "1.12.1", "files": [ "bin", "lib",