Skip to content

Commit

Permalink
Merge pull request #67 from walmartlabs/release/9.0.0
Browse files Browse the repository at this point in the history
Release 9.0.0
  • Loading branch information
baer committed Feb 10, 2016
2 parents 77963c9 + 4e038c8 commit a3b46ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",

"homepage" : "https://github.com/walmartlabs/eslint-config-defaults",
Expand Down

0 comments on commit a3b46ac

Please sign in to comment.