diff --git a/CHANGELOG.md b/CHANGELOG.md index e23bfe1..4c1e5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0 (2018-10-01) + +* Update to new acorn 6 interface +* Change license to MIT +* Add static class features support + ## 0.6.0 (2018-02-27) * Update to acorn 5.5.0 diff --git a/package.json b/package.json index af23dc8..1b2971d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "acorn-private-methods": "^0.2.0", "acorn-static-class-features": "^0.1.0" }, - "version": "0.6.0", + "version": "0.7.0", "devDependencies": { "acorn": "^6.0.1", "eslint": "^5.5.0",