Skip to content

Commit

Permalink
Mark version 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 12, 2021
1 parent e6f4c2d commit 7deba41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ r-e-d
Renée Kooi
Richard Gibson
Rich Harris
Rouven Weßling
Sebastian McKenzie
Shahar Soel
Sheel Bedi
Expand Down
6 changes: 6 additions & 0 deletions acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.1.1 (2021-04-12)

### Various

Stop shipping source maps in the NPM package.

## 8.1.0 (2021-03-09)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion acorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "8.1.0",
"version": "8.1.1",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion acorn/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {isIdentifierChar, isIdentifierStart} from "./identifier.js"
import {Token} from "./tokenize.js"
import {isNewLine, lineBreak, lineBreakG, nonASCIIwhitespace} from "./whitespace.js"

export const version = "8.1.0"
export const version = "8.1.1"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit 7deba41

Please sign in to comment.