This commit is contained in:
Jordan Harband
2016-01-07 22:21:21 -08:00
parent 7f62252e7f
commit af81beb6b8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
3.1.0 / 2016-01-07
==================
- [minor] Allow multiple stateless components in a single file
3.0.2 / 2016-01-06
==================
- [fix] Ignore URLs in `max-len` (#664)

View File

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