diff --git a/CHANGELOG.md b/CHANGELOG.md index 491c3064..3a6a30b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.2](https://github.com/AtomLinter/linter-eslint/compare/v8.6.1...v8.6.2) (2021-03-14) + + +### Bug Fixes + +* skip checking for the valid range if it is a line-ending issue ([7262ac6](https://github.com/AtomLinter/linter-eslint/commit/7262ac697c5b671f36890a176c8bef71ebe1ee3e)) + ## [8.6.1](https://github.com/AtomLinter/linter-eslint/compare/v8.6.0...v8.6.1) (2021-03-14) diff --git a/package.json b/package.json index c1e589e8..abad4c50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-eslint", "main": "./src/main.js", - "version": "8.6.1", + "version": "8.6.2", "description": "Lint JavaScript on the fly, using ESLint", "repository": "https://github.com/AtomLinter/linter-eslint.git", "license": "MIT",