Skip to content

Commit 50fd1bc

Browse files
committed
Mark version 7.1.0 of acorn-loose
1 parent ee03be3 commit 50fd1bc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

acorn-loose/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 7.1.0 (2020-06-11)
2+
3+
### Bug fixes
4+
5+
Fix various issues in regexp validation.
6+
7+
### New features
8+
9+
Add support for `import.meta`.
10+
11+
Add support for optional chaining (`?.`) and nullish coalescing (`??`).
12+
13+
Support `export * as ns from "source"`.
14+
115
## 7.0.0 (2019-08-12)
216

317
### Breaking changes

acorn-loose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/acornjs/acorn",
55
"main": "dist/acorn-loose.js",
66
"module": "dist/acorn-loose.mjs",
7-
"version": "7.0.0",
7+
"version": "7.1.0",
88
"engines": {"node": ">=0.4.0"},
99
"dependencies": {
1010
"acorn": "^7.0.0"

0 commit comments

Comments
 (0)