diff --git a/CHANGELOG.md b/CHANGELOG.md index a20ff66..efad8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 9.0.0 (2016-02-10) + +#### User Facing Changes + +* Correct bug where walmart/es6-node enabled ecma features that are unsupported in node@4 +* Add babel-eslint to the walmart config to enable proper es-next parsing +* Add node-runtime configuration +* Update README to specify what node version it tracks +* Update airbnb congif from 2.1.1 -> 5.0.0 + ## 8.0.2 (2016-01-12) #### User Facing Changes diff --git a/package.json b/package.json index 3915369..a4f714e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name" : "eslint-config-defaults", "description" : "A set of default eslint configuration", - "version" : "8.0.2", + "version" : "9.0.0", "author" : "Eric Baer ", "homepage" : "https://github.com/walmartlabs/eslint-config-defaults",