Skip to content

Commit

Permalink
Mark release 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 1, 2020
1 parent 793c0e5 commit 6d19489
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Fabien LOISON
Felix Maier
Forbes Lindesay
Gilad Peleg
Huáng Jùnliàng
impinball
Ingvar Stepanyan
Jackson Ray Hamilton
Expand Down Expand Up @@ -68,6 +69,7 @@ Olivier Thomann
Oskar Schöldström
Paul Harper
Peter Rust
piotr
PlNG
Praveen N
Prayag Verma
Expand All @@ -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
龙腾道
12 changes: 12 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion acorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 6d19489

Please sign in to comment.