Skip to content

Commit 4875303

Browse files
committed
1.4.0
1 parent 6118cd0 commit 4875303

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.4.0
8+
9+
* Upgrade acorn to 5.6, which supports optional catch bindings and other
10+
new syntax features.
11+
* Set ecmaVersion to 2019 to opt in to optional catch bindings etc.
12+
713
## 1.3.0
814

915
* Upgrade acorn to 5.4, which supports object spread and async iteration.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "acorn-node",
33
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/browserify/acorn-node/issues"

0 commit comments

Comments
 (0)