diff --git a/CHANGELOG.md b/CHANGELOG.md index ba77e8d..542607d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE b/LICENSE index 7c2b27a..c39eca0 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index 1ac6163..c52c73d 100644 --- a/package.json +++ b/package.json @@ -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",