Skip to content

Commit

Permalink
Mark version 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 11, 2021
1 parent 3ee1b45 commit 0b943ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Fabien LOISON
Felix Maier
Forbes Lindesay
Gilad Peleg
HonkingGoose
Huáng Jùnliàng
impinball
Ingvar Stepanyan
Expand Down Expand Up @@ -67,6 +68,7 @@ Max Zerzouri
Mihai Bazon
Mike Rennie
naoh
Nauja
Nicholas C. Zakas
Nick Fitzgerald
Olivier Thomann
Expand Down Expand Up @@ -102,6 +104,7 @@ Victor Homyakov
Vladislav Tupikin
Wexpo Lyu
yosuke ota
Žiga Zupančič
zsjforcn
星灵
龙腾道
6 changes: 6 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.4.0 (2021-06-11)

### New features

A new option, `allowSuperOutsideMethod`, can be used to suppress the error when `super` is used in the wrong context.

## 8.3.0 (2021-05-31)

### New features
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.3.0",
"version": "8.4.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.3.0"
export const version = "8.4.0"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit 0b943ea

Please sign in to comment.