This commit is contained in:
Jordan Harband
2016-01-22 16:27:43 -08:00
parent 0839881fd2
commit c25dbac620
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
4.0.0 / 2016-01-22
==================
- [breaking] require outer IIFE wrapping; flesh out guide section
- [minor] Add missing `arrow-body-style`, `prefer-template` rules (#678)
- [minor] Add `prefer-arrow-callback` to ES6 rules (to match the guide) (#677)
- [Tests] run `npm run lint` as part of tests; fix errors
- [Tests] use `parallelshell` to parallelize npm run-scripts
3.1.0 / 2016-01-07
==================
- [minor] Allow multiple stateless components in a single file

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "3.1.0",
"version": "4.0.0",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {