Skip to content

Commit 2ebacc9

Browse files
committed
1.8.2
1 parent 2009837 commit 2ebacc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.8.2
8+
* Revert a breaking change in import.meta parsing.
9+
710
## 1.8.1
811
* Fix crash in compiled private-class-elements code.
912

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.8.1",
4+
"version": "1.8.2",
55
"author": "Renée Kooi <renee@kooi.me>",
66
"bugs": {
77
"url": "https://github.com/browserify/acorn-node/issues"

0 commit comments

Comments
 (0)