Skip to content

Commit

Permalink
Mark version 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 24, 2022
1 parent 34e9854 commit ceb7bfd
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 @@ -3,6 +3,7 @@ List of Acorn contributors. Updated before every release.
Adam Walsh
Adrian Heine
Adrian Rakovsky
Alex
Alistair Braidwood
Amila Welihinda
Andres Suarez
Expand Down Expand Up @@ -59,6 +60,7 @@ keeyipchan
Keheliya Gallaba
Kevin Irish
Kevin Kwok
Koichi ITO
krator
kyranet
laosb
Expand Down Expand Up @@ -102,6 +104,7 @@ Simen Bekkhus
sosukesuzuki
susiwen
susiwen8
Tanimodori
Teddy Katz
Timothy Gu
Timo Tijhof
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.8.1 (2022-10-24)

### Bug fixes

Make type for `Comment` compatible with estree types.

## 8.8.0 (2022-07-21)

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

0 comments on commit ceb7bfd

Please sign in to comment.