Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 91bcd56

Browse files
chore(release): 8.6.2 [skip ci]
1 parent c374103 commit 91bcd56

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.6.2](https://github.com/AtomLinter/linter-eslint/compare/v8.6.1...v8.6.2) (2021-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* skip checking for the valid range if it is a line-ending issue ([7262ac6](https://github.com/AtomLinter/linter-eslint/commit/7262ac697c5b671f36890a176c8bef71ebe1ee3e))
7+
18
## [8.6.1](https://github.com/AtomLinter/linter-eslint/compare/v8.6.0...v8.6.1) (2021-03-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-eslint",
33
"main": "./src/main.js",
4-
"version": "8.6.1",
4+
"version": "8.6.2",
55
"description": "Lint JavaScript on the fly, using ESLint",
66
"repository": "https://github.com/AtomLinter/linter-eslint.git",
77
"license": "MIT",

0 commit comments

Comments
 (0)