diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2c779..96f31e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0 + * Use acorn's builtin dynamic `import()` parsing. This parses the `ImportExpression` node type instead of the `Import` node type from acorn-node 1.x. + * Reject escape sequences in `import.meta`. + ## 1.8.2 * Revert a breaking change in import.meta parsing. diff --git a/package.json b/package.json index fa17d97..e90307b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "acorn-node", "description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions", - "version": "1.8.2", + "version": "2.0.0", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/browserify/acorn-node/issues"