Skip to content

Commit

Permalink
Mark version 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed May 31, 2021
1 parent eef5698 commit 2a460c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ r-e-d
Renée Kooi
Richard Gibson
Rich Harris
Robert Palmer
Rouven Weßling
Sebastian McKenzie
Shahar Soel
Expand All @@ -100,6 +101,7 @@ tuesmiddt
Victor Homyakov
Vladislav Tupikin
Wexpo Lyu
yosuke ota
zsjforcn
星灵
龙腾道
8 changes: 8 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 8.3.0 (2021-05-31)

### New features

Default `allowAwaitOutsideFunction` to true for ECMAScript 2022 an higher.

Add support for the `p` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag.

## 8.2.4 (2021-05-04)

### 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.2.4",
"version": "8.3.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.2.4"
export const version = "8.3.0"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit 2a460c8

Please sign in to comment.