Skip to content

Commit

Permalink
Stable version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jun 16, 2018
1 parent cb3b14d commit 0ed4b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"version": "4.0.0",
"version": "4.0.1",
"files": [
"bin",
"dist/esprima.js"
Expand Down
2 changes: 1 addition & 1 deletion src/esprima.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ export function tokenize(code: string, options, delegate) {
export { Syntax } from './syntax';

// Sync with *.json manifests.
export const version = '4.0.0';
export const version = '4.0.1';

0 comments on commit 0ed4b8a

Please sign in to comment.