Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jun 11, 2020
1 parent eb3d421 commit 491b40f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0 (2020-06-11)

* Require acorn ^7.2
* Remove BigInt, import.meta, dynamic import and export * as ns from "mod", all are supported by acorn >= 7.2

## 2.1.0 (2020-05-04)

* Add back numeric separators, they are stage 3 again
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2017-2018 by Adrian Heine
Copyright (C) 2017-2020 by Adrian Heine

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"acorn-static-class-features": "^0.2.3",
"acorn-logical-assignment": "^0.1.1"
},
"version": "2.1.0",
"version": "3.0.0",
"devDependencies": {
"acorn": "^7.3.0",
"eslint": "^7",
Expand Down

0 comments on commit 491b40f

Please sign in to comment.