Skip to content

Commit

Permalink
Mark version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 11, 2020
1 parent 4adea30 commit ee03be3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ susiwen
susiwen8
Teddy Katz
Timothy Gu
Tim van der Lippe
Toru Nagashima
tuesmiddt
Victor Homyakov
Expand Down
10 changes: 10 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 7.3.0 (2020-06-11)

### Bug fixes

Fix a bug that caused parsing of object patterns with a property named `set` that had a default value to fail.

### New features

Add support for optional chaining (`?.`).

## 7.2.0 (2020-05-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.2.0",
"version": "7.3.0",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down

0 comments on commit ee03be3

Please sign in to comment.