Skip to content

Commit ee03be3

Browse files
committed
Mark version 7.3.0
1 parent 4adea30 commit ee03be3

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ susiwen
8686
susiwen8
8787
Teddy Katz
8888
Timothy Gu
89+
Tim van der Lippe
8990
Toru Nagashima
9091
tuesmiddt
9192
Victor Homyakov

acorn/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 7.3.0 (2020-06-11)
2+
3+
### Bug fixes
4+
5+
Fix a bug that caused parsing of object patterns with a property named `set` that had a default value to fail.
6+
7+
### New features
8+
9+
Add support for optional chaining (`?.`).
10+
111
## 7.2.0 (2020-05-09)
212

313
### 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.2.0",
8+
"version": "7.3.0",
99
"engines": {"node": ">=0.4.0"},
1010
"maintainers": [
1111
{

0 commit comments

Comments
 (0)