Skip to content

Commit

Permalink
Mark verison 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed May 9, 2020
1 parent 82ed10d commit 6d555e8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 7.2.0 (2020-05-09)

### Bug fixes

Fix precedence issue in parsing of async arrow functions.

### New features

Add support for nullish coalescing.

Add support for `import.meta`.

Support `export * as ...` syntax.

Upgrade to Unicode 13.

## 6.4.1 (2020-03-09)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion acorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/acorn.js",
"types": "dist/acorn.d.ts",
"module": "dist/acorn.mjs",
"version": "7.1.1",
"version": "7.2.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-standard": "^3.0.1",
"rollup": "^1.7.0",
"rollup-plugin-buble": "^0.19.0",
"test262": "git+https://github.com/tc39/test262.git#09380a4ae412e986ea39eb7163f5a6b3e5b04bbc",
"test262": "git+https://github.com/tc39/test262.git#2c432e35b261a2474f122631b02eff3e031de383",
"test262-parser-runner": "^0.5.0",
"test262-stream": "^1.2.1",
"unicode-13.0.0": "^0.8.0"
Expand Down

0 comments on commit 6d555e8

Please sign in to comment.