Skip to content

Commit

Permalink
Mark version 7.1.0 of acorn-loose
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 11, 2020
1 parent ee03be3 commit 50fd1bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions acorn-loose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 7.1.0 (2020-06-11)

### Bug fixes

Fix various issues in regexp validation.

### New features

Add support for `import.meta`.

Add support for optional chaining (`?.`) and nullish coalescing (`??`).

Support `export * as ns from "source"`.

## 7.0.0 (2019-08-12)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion acorn-loose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/acorn-loose.js",
"module": "dist/acorn-loose.mjs",
"version": "7.0.0",
"version": "7.1.0",
"engines": {"node": ">=0.4.0"},
"dependencies": {
"acorn": "^7.0.0"
Expand Down

0 comments on commit 50fd1bc

Please sign in to comment.