Skip to content

Commit

Permalink
Mark version 8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 29, 2023
1 parent 5293bf3 commit fcb15ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Expand Up @@ -44,6 +44,7 @@ Forbes Lindesay
Gilad Peleg
HonkingGoose
Huáng Jùnliàng
ibr4qr
impinball
Ingvar Stepanyan
Jackson Ray Hamilton
Expand Down Expand Up @@ -103,7 +104,6 @@ Richard Gibson
Rich Harris
Robert Palmer
Rouven Weßling
rwalle
Sebastian McKenzie
Shahar Soel
Sheel Bedi
Expand All @@ -120,6 +120,7 @@ Tony Ross
Toru Nagashima
tuesmiddt
tyrealhu
Vanilla
Victor Homyakov
Vladislav Tupikin
Wexpo Lyu
Expand Down
10 changes: 10 additions & 0 deletions acorn/CHANGELOG.md
@@ -1,3 +1,13 @@
## 8.11.3 (2023-12-29)

### Bug fixes

Add `Function` and `Class` to the `AggregateType` type, so that they can be used in walkers without raising a type error.

Make sure `onToken` get an `import` keyword token when parsing `import.meta`.

Fix a bug where `.loc.start` could be undefined for `new.target` `meta` nodes.

## 8.11.2 (2023-10-27)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion acorn/package.json
Expand Up @@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "8.11.2",
"version": "8.11.3",
"engines": {
"node": ">=0.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion acorn/src/index.js
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.11.2"
export const version = "8.11.3"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit fcb15ff

Please sign in to comment.