Skip to content

Commit

Permalink
js-tokens v9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Nov 22, 2024
1 parent 72049c6 commit 1470e1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 9.0.1 (2024-11-22)

- Fixed: `/a[/]/` is now parsed as a `RegularExpressionLiteral` again (regression from 8.0.3). Thanks to No Two (@noootwo) for reporting!

### Version 9.0.0 (2024-02-08)

- Added: Support for ES2023: `#!` hashbang comments at the start of files.
Expand Down
2 changes: 1 addition & 1 deletion package-real.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-tokens",
"version": "9.0.0",
"version": "9.0.1",
"author": "Simon Lydell",
"license": "MIT",
"description": "Tiny JavaScript tokenizer.",
Expand Down

0 comments on commit 1470e1e

Please sign in to comment.