Skip to content

Commit

Permalink
Mark acorn-walk 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Dec 6, 2023
1 parent 1d37b02 commit 500f921
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions acorn-walk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 8.3.1 (2023-12-06)

### Bug fixes

Add `Function` and `Class` to the `AggregateType` type, so that they can be used in walkers without raising a type error.

Visitor functions are now called in such a way that their `this` refers to the object they are part of.

## 8.3.0 (2023-10-26)

### New features
Expand Down
2 changes: 1 addition & 1 deletion acorn-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "8.3.0",
"version": "8.3.1",
"engines": {
"node": ">=0.4.0"
},
Expand Down

0 comments on commit 500f921

Please sign in to comment.