Skip to content

Commit 2cceb5e

Browse files
committed
Mark version 8.1.0
1 parent 513c16e commit 2cceb5e

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

AUTHORS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Angelo
1010
Aparajita Fishman
1111
Arian Stolwijk
1212
Artem Govorov
13+
Benedikt Meurer
1314
Ben Page
1415
Boopesh Mahendran
1516
Bradley Heinz
@@ -77,20 +78,21 @@ piotr
7778
PlNG
7879
Praveen N
7980
Prayag Verma
80-
r-e-d
8181
ReadmeCritic
82+
r-e-d
8283
Renée Kooi
83-
Rich Harris
8484
Richard Gibson
85+
Rich Harris
8586
Sebastian McKenzie
8687
Shahar Soel
8788
Sheel Bedi
8889
Simen Bekkhus
8990
susiwen
9091
susiwen8
9192
Teddy Katz
92-
Tim van der Lippe
9393
Timothy Gu
94+
Timo Tijhof
95+
Tim van der Lippe
9496
Tony Ross
9597
Toru Nagashima
9698
tuesmiddt

acorn/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.1.0 (2021-03-09)
2+
3+
### Bug fixes
4+
5+
Fix a spurious error in nested destructuring arrays.
6+
7+
### New features
8+
9+
Expose `allowAwaitOutsideFunction` in CLI interface.
10+
11+
Make `allowImportExportAnywhere` also apply to `import.meta`.
12+
113
## 8.0.5 (2021-01-25)
214

315
### Bug fixes

acorn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"./package.json": "./package.json"
1818
},
19-
"version": "8.0.5",
19+
"version": "8.1.0",
2020
"engines": {"node": ">=0.4.0"},
2121
"maintainers": [
2222
{

acorn/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {isIdentifierChar, isIdentifierStart} from "./identifier.js"
3131
import {Token} from "./tokenize.js"
3232
import {isNewLine, lineBreak, lineBreakG, nonASCIIwhitespace} from "./whitespace.js"
3333

34-
export const version = "8.0.5"
34+
export const version = "8.1.0"
3535
export {
3636
Parser,
3737
defaultOptions,

0 commit comments

Comments
 (0)