This commit is contained in:
Jordan Harband
2015-12-15 13:07:24 -08:00
parent 28476a25d8
commit fcc41eecd7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
2.1.0 / 2015-12-03
2.1.1 / 2015-12-15
==================
- [fix] Remove deprecated react/jsx-quotes (#622)
2.1.0 / 2015-12-15
==================
- [fix] use `require.resolve` to allow nested `extend`s (#582)
- [new] enable `object-shorthand` rule (#621)

View File

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