diff --git a/CHANGELOG.md b/CHANGELOG.md index 74785599..971fa011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v8.1.4 + +* Improve package.json eslintConfig support ([#848](https://github.com/AtomLinter/linter-eslint/pull/848)) + ## v8.1.3 * Log the file scope in debug command ([#835](https://github.com/AtomLinter/linter-eslint/pull/835)) diff --git a/package.json b/package.json index 32c5e572..522432eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-eslint", "main": "./lib/main.js", - "version": "8.1.3", + "version": "8.1.4", "description": "Lint JavaScript on the fly, using ESLint", "repository": "https://github.com/AtomLinter/linter-eslint.git", "license": "MIT",