Skip to content

Commit

Permalink
-> v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Feb 3, 2020
1 parent 4215c6e commit 57f1fd7
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 2.0.1

* Robustify `this.remove()`, pass current index to walker functions ([#18](https://github.com/Rich-Harris/estree-walker/pull/18))

## 2.0.0

* Add an `asyncWalk` export ([#20](https://github.com/Rich-Harris/estree-walker/pull/20))
Expand Down
346 changes: 346 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "estree-walker",
"description": "Traverse an ESTree-compliant AST",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"author": "Rich Harris",
"license": "MIT",
Expand Down

0 comments on commit 57f1fd7

Please sign in to comment.