Skip to content

Commit

Permalink
Mark version 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 16, 2023
1 parent 8906b82 commit a354538
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
7 changes: 6 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Domenico Matteo
ehmicky
elixiao
ericrannaud
eryue0220
Eugene Obrezkov
Fabien LOISON
Felix Maier
Expand Down Expand Up @@ -70,6 +71,7 @@ luckyzeng
Marek
Marijn Haverbeke
Martin Carlberg
Mateusz Burzyński
Mat Garcia
Mathias Bynens
Mathieu 'p01' Henri
Expand All @@ -85,6 +87,7 @@ Nicholas C. Zakas
Nick Fitzgerald
Olivier Thomann
Oskar Schöldström
ota-meshi
Paul Harper
peakchen90
Peter Rust
Expand Down Expand Up @@ -114,13 +117,15 @@ Tim van der Lippe
Tony Ross
Toru Nagashima
tuesmiddt
tyrealhu
Victor Homyakov
Vladislav Tupikin
Wexpo Lyu
yosuke ota
Yosuke Ota
Žiga Zupančič
zsjforcn
就是喜欢陈粒
成仕伟
星灵
胡文彬
龙腾道
12 changes: 12 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 8.9.0 (2023-06-16)

### Bug fixes

Forbid dynamic import after `new`, even when part of a member expression.

### New features

Add Unicode properties for ES2023.

Add support for the `v` flag to regular expressions.

## 8.8.2 (2023-01-23)

### 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.8.2",
"version": "8.9.0",
"engines": {
"node": ">=0.4.0"
},
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.8.2"
export const version = "8.9.0"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit a354538

Please sign in to comment.