Skip to content

Commit 6d555e8

Browse files
committed
Mark verison 7.2.0
1 parent 82ed10d commit 6d555e8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

acorn/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 7.2.0 (2020-05-09)
2+
3+
### Bug fixes
4+
5+
Fix precedence issue in parsing of async arrow functions.
6+
7+
### New features
8+
9+
Add support for nullish coalescing.
10+
11+
Add support for `import.meta`.
12+
13+
Support `export * as ...` syntax.
14+
15+
Upgrade to Unicode 13.
16+
117
## 6.4.1 (2020-03-09)
218

319
### Bug fixes

acorn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/acorn.js",
66
"types": "dist/acorn.d.ts",
77
"module": "dist/acorn.mjs",
8-
"version": "7.1.1",
8+
"version": "7.2.0",
99
"engines": {"node": ">=0.4.0"},
1010
"maintainers": [
1111
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-standard": "^3.0.1",
4242
"rollup": "^1.7.0",
4343
"rollup-plugin-buble": "^0.19.0",
44-
"test262": "git+https://github.com/tc39/test262.git#09380a4ae412e986ea39eb7163f5a6b3e5b04bbc",
44+
"test262": "git+https://github.com/tc39/test262.git#2c432e35b261a2474f122631b02eff3e031de383",
4545
"test262-parser-runner": "^0.5.0",
4646
"test262-stream": "^1.2.1",
4747
"unicode-13.0.0": "^0.8.0"

0 commit comments

Comments
 (0)