Skip to content

Commit

Permalink
Mark acorn-loose 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 27, 2021
1 parent 2c40002 commit 52e517f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.3.0 (2021-12-27)

### New features

Support quoted export names.

Support class private fields with the `in` operator.

### Bug fixes

Fix a bug that caused semicolons after `export *` statements to be parsed as empty statements.

## 8.2.1 (2021-09-06)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion acorn-loose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"./package.json": "./package.json"
},
"version": "8.2.1",
"version": "8.3.0",
"engines": {"node": ">=0.4.0"},
"dependencies": {
"acorn": "^8.5.0"
Expand Down

0 comments on commit 52e517f

Please sign in to comment.