Skip to content

Commit

Permalink
Mark acorn-walk 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 5, 2021
1 parent 5468909 commit 7f5a53a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions acorn-walk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.0.0 (2021-01-05)

### Bug fixes

Fix a bug where `full` and `fullAncestor` would skip nodes with overridden types.

## 8.0.0 (2020-08-12)

### 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 @@ -9,7 +9,7 @@
"import": "./dist/walk.mjs",
"require": "./dist/walk.js"
},
"version": "8.0.0",
"version": "8.0.1",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down

0 comments on commit 7f5a53a

Please sign in to comment.