Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 13, 2018
1 parent 6118cd0 commit 4875303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## 1.4.0

* Upgrade acorn to 5.6, which supports optional catch bindings and other
new syntax features.
* Set ecmaVersion to 2019 to opt in to optional catch bindings etc.

## 1.3.0

* Upgrade acorn to 5.4, which supports object spread and async iteration.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acorn-node",
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
"version": "1.3.0",
"version": "1.4.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/browserify/acorn-node/issues"
Expand Down

0 comments on commit 4875303

Please sign in to comment.