Skip to content

Commit

Permalink
Mark version 7.2.0 of acorn-walk
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 17, 2020
1 parent e265eae commit 3b6128e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions acorn-walk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 7.2.0 (2020-06-17)

### New features

Support optional chaining and nullish coalescing.

Support `import.meta`.

Add support for `export * as ns from "source"`.

## 7.1.1 (2020-02-13)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion acorn-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/walk.js",
"types": "dist/walk.d.ts",
"module": "dist/walk.mjs",
"version": "7.1.1",
"version": "7.2.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down

0 comments on commit 3b6128e

Please sign in to comment.