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

+7
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

+65-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker-helpers.js

+48-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/worker.js

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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)