Skip to content

Commit

Permalink
Mark version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 9, 2021
1 parent 513c16e commit 2cceb5e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
8 changes: 5 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Angelo
Aparajita Fishman
Arian Stolwijk
Artem Govorov
Benedikt Meurer
Ben Page
Boopesh Mahendran
Bradley Heinz
Expand Down Expand Up @@ -77,20 +78,21 @@ piotr
PlNG
Praveen N
Prayag Verma
r-e-d
ReadmeCritic
r-e-d
Renée Kooi
Rich Harris
Richard Gibson
Rich Harris
Sebastian McKenzie
Shahar Soel
Sheel Bedi
Simen Bekkhus
susiwen
susiwen8
Teddy Katz
Tim van der Lippe
Timothy Gu
Timo Tijhof
Tim van der Lippe
Tony Ross
Toru Nagashima
tuesmiddt
Expand Down
12 changes: 12 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 8.1.0 (2021-03-09)

### Bug fixes

Fix a spurious error in nested destructuring arrays.

### New features

Expose `allowAwaitOutsideFunction` in CLI interface.

Make `allowImportExportAnywhere` also apply to `import.meta`.

## 8.0.5 (2021-01-25)

### 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 @@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "8.0.5",
"version": "8.1.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion acorn/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {isIdentifierChar, isIdentifierStart} from "./identifier.js"
import {Token} from "./tokenize.js"
import {isNewLine, lineBreak, lineBreakG, nonASCIIwhitespace} from "./whitespace.js"

export const version = "8.0.5"
export const version = "8.1.0"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit 2cceb5e

Please sign in to comment.