Skip to content

Commit 6d19489

Browse files
committed
Mark release 7.1.1
1 parent 793c0e5 commit 6d19489

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Fabien LOISON
3030
Felix Maier
3131
Forbes Lindesay
3232
Gilad Peleg
33+
Huáng Jùnliàng
3334
impinball
3435
Ingvar Stepanyan
3536
Jackson Ray Hamilton
@@ -68,6 +69,7 @@ Olivier Thomann
6869
Oskar Schöldström
6970
Paul Harper
7071
Peter Rust
72+
piotr
7173
PlNG
7274
Praveen N
7375
Prayag Verma
@@ -80,10 +82,14 @@ Sebastian McKenzie
8082
Shahar Soel
8183
Sheel Bedi
8284
Simen Bekkhus
85+
susiwen
86+
susiwen8
8387
Teddy Katz
8488
Timothy Gu
8589
Toru Nagashima
90+
tuesmiddt
8691
Victor Homyakov
92+
Vladislav Tupikin
8793
Wexpo Lyu
8894
zsjforcn
8995
龙腾道

acorn/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 7.1.1 (2020-03-01)
2+
3+
### Bug fixes
4+
5+
Treat `\8` and `\9` as invalid escapes in template strings.
6+
7+
Allow unicode escapes in property names that are keywords.
8+
9+
Don't error on an exponential operator expression as argument to `await`.
10+
11+
More carefully check for valid UTF16 surrogate pairs in regexp validator.
12+
113
## 7.1.0 (2019-09-24)
214

315
### Bug fixes

acorn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/acorn.js",
66
"types": "dist/acorn.d.ts",
77
"module": "dist/acorn.mjs",
8-
"version": "7.1.0",
8+
"version": "7.1.1",
99
"engines": {"node": ">=0.4.0"},
1010
"maintainers": [
1111
{

0 commit comments

Comments
 (0)