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

Commit c2b07a2

Browse files
chore(release): 9.0.1 [skip ci]
1 parent 1297ab6 commit c2b07a2

File tree

6 files changed

+143
-11
lines changed

6 files changed

+143
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.0.1](https://github.com/AtomLinter/linter-eslint/compare/v9.0.0...v9.0.1) (2022-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* detect ESLint >= 8 and tell the user about linter-eslint-node ([#1464](https://github.com/AtomLinter/linter-eslint/issues/1464)) ([1297ab6](https://github.com/AtomLinter/linter-eslint/commit/1297ab6d91679a68b4c37834dc303a741cd13844))
7+
18
# [9.0.0](https://github.com/AtomLinter/linter-eslint/compare/v8.6.6...v9.0.0) (2021-10-30)
29

310

dist/helpers.js

Lines changed: 65 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker-helpers.js

Lines changed: 48 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "./dist/main.js",
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"description": "Lint JavaScript on the fly, using ESLint (v7 or older)",
66
"repository": "https://github.com/AtomLinter/linter-eslint.git",
77
"license": "MIT",

0 commit comments

Comments
 (0)