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

Commit 2b87d5b

Browse files
chore(release): 8.6.0 [skip ci]
1 parent 5c79196 commit 2b87d5b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [8.6.0](https://github.com/AtomLinter/linter-eslint/compare/v8.5.9...v8.6.0) (2021-03-14)
2+
3+
4+
### Features
5+
6+
* use getConfigForFile to handle configurations ([fe8adf0](https://github.com/AtomLinter/linter-eslint/commit/fe8adf0b1d7f6fa3b40b725725319c22d5657348))
7+
18
## [8.5.9](https://github.com/AtomLinter/linter-eslint/compare/v8.5.8...v8.5.9) (2021-03-14)
29

310

package.json

+1-1
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.5.9",
4+
"version": "8.6.0",
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)