[eslint config] [base] v3.0.1

This commit is contained in:
Jordan Harband
2016-05-08 14:55:42 -07:00
parent be5c90a417
commit d95dc3d500
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
3.0.1 / 2016-05-08
==================
- [patch] re-disable `no-extra-parens` (#869, #867)
3.0.0 / 2016-05-07
==================
- [breaking] enable `import/no-mutable-exports`

View File

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