Skip to content

Commit

Permalink
Mark version 8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 27, 2023
1 parent 9cbe3f6 commit 31967af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Richard Gibson
Rich Harris
Robert Palmer
Rouven Weßling
rwalle
Sebastian McKenzie
Shahar Soel
Sheel Bedi
Expand Down
6 changes: 6 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.11.2 (2023-10-27)

### Bug fixes

Fix a bug that caused regular expressions after colon tokens to not be properly tokenized in some circumstances.

## 8.11.1 (2023-10-26)

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

0 comments on commit 31967af

Please sign in to comment.