diff --git a/AUTHORS b/AUTHORS index c7a0fb8a0..6195b1ae8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,7 @@ Fabien LOISON Felix Maier Forbes Lindesay Gilad Peleg +Huáng Jùnliàng impinball Ingvar Stepanyan Jackson Ray Hamilton @@ -68,6 +69,7 @@ Olivier Thomann Oskar Schöldström Paul Harper Peter Rust +piotr PlNG Praveen N Prayag Verma @@ -80,10 +82,14 @@ Sebastian McKenzie Shahar Soel Sheel Bedi Simen Bekkhus +susiwen +susiwen8 Teddy Katz Timothy Gu Toru Nagashima +tuesmiddt Victor Homyakov +Vladislav Tupikin Wexpo Lyu zsjforcn 龙腾道 diff --git a/acorn/CHANGELOG.md b/acorn/CHANGELOG.md index e893c221a..32f5ce8f3 100644 --- a/acorn/CHANGELOG.md +++ b/acorn/CHANGELOG.md @@ -1,3 +1,15 @@ +## 7.1.1 (2020-03-01) + +### Bug fixes + +Treat `\8` and `\9` as invalid escapes in template strings. + +Allow unicode escapes in property names that are keywords. + +Don't error on an exponential operator expression as argument to `await`. + +More carefully check for valid UTF16 surrogate pairs in regexp validator. + ## 7.1.0 (2019-09-24) ### Bug fixes diff --git a/acorn/package.json b/acorn/package.json index 501b3f625..6a8f03607 100644 --- a/acorn/package.json +++ b/acorn/package.json @@ -5,7 +5,7 @@ "main": "dist/acorn.js", "types": "dist/acorn.d.ts", "module": "dist/acorn.mjs", - "version": "7.1.0", + "version": "7.1.1", "engines": {"node": ">=0.4.0"}, "maintainers": [ {