Skip to content

Commit

Permalink
Mark acorn-loose 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 26, 2023
1 parent 4168d2a commit de31821
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions acorn-loose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 8.4.0 (2023-10-26)

### Bug fixes

Fix an issue where a slash after a call to a propery named the same as some keywords would be tokenized as a regular expression.

Fix a bug where the parser would raise an error when an invalid escape was included in an identifier after a keyword.

### New features

Use a set of new, much more precise, TypeScript types.

## 8.3.0 (2021-12-27)

### New features
Expand Down
4 changes: 2 additions & 2 deletions acorn-loose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"./package.json": "./package.json"
},
"version": "8.3.0",
"version": "8.4.0",
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"acorn": "^8.5.0"
"acorn": "^8.11.0"
},
"maintainers": [
{
Expand Down

0 comments on commit de31821

Please sign in to comment.