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

Commit 2c1ed82

Browse files
chore(release): 8.5.6 [skip ci]
1 parent 747d7df commit 2c1ed82

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [8.5.6](https://github.com/AtomLinter/linter-eslint/compare/v8.5.5...v8.5.6) (2021-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* add activation hook ([d70a462](https://github.com/AtomLinter/linter-eslint/commit/d70a46236bba6b8a9b7c35d9376a98e5f0db6328))
7+
* add fallback for the global eslint ([d1babbb](https://github.com/AtomLinter/linter-eslint/commit/d1babbbc4c63fd4b0b962466931c6dc37496e4ff))
8+
* add warning for using Global ESLint option ([2f98b0f](https://github.com/AtomLinter/linter-eslint/commit/2f98b0f5280362f9aa014607b9ecb4542035b214))
9+
* fallback to other methods when global Eslint is not found ([4dd6500](https://github.com/AtomLinter/linter-eslint/commit/4dd65004eee476e814bbf4cfd126580d2aa5aed8))
10+
* improve Global Eslint message ([2be0935](https://github.com/AtomLinter/linter-eslint/commit/2be09357ae4aa1f87c37bb8224c743cda6c3c454))
11+
* make Global Eslint config collapsed ([265557d](https://github.com/AtomLinter/linter-eslint/commit/265557dd14b2d6848dcdd2f87878af6971b272d2))
12+
13+
14+
### Reverts
15+
16+
* Revert "fix: fallback to other methods when global Eslint is not found" ([c6494e0](https://github.com/AtomLinter/linter-eslint/commit/c6494e05dec943d875ca52dcca36eb4621ced0b2))
17+
118
## [8.5.5](https://github.com/AtomLinter/linter-eslint/compare/v8.5.4...v8.5.5) (2019-04-22)
219

320

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.5.5",
4+
"version": "8.5.6",
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)