Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 7, 2016
1 parent e171f8a commit 74561b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.2 / 2016-01-06
==================
- [fix] Ignore URLs in `max-len` (#664)

3.0.1 / 2016-01-06
==================
- [fix] because we use babel, keywords should not be quoted
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb",
"version": "3.0.1",
"version": "3.0.2",
"description": "Airbnb's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 74561b6

Please sign in to comment.