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

Commit

Permalink
chore(release): 9.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 1297ab6 commit c2b07a2
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.1](https://github.com/AtomLinter/linter-eslint/compare/v9.0.0...v9.0.1) (2022-03-21)


### Bug Fixes

* 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))

# [9.0.0](https://github.com/AtomLinter/linter-eslint/compare/v8.6.6...v9.0.0) (2021-10-30)


Expand Down
70 changes: 65 additions & 5 deletions dist/helpers.js

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion dist/main.js

Large diffs are not rendered by default.

50 changes: 48 additions & 2 deletions dist/worker-helpers.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-eslint",
"main": "./dist/main.js",
"version": "9.0.0",
"version": "9.0.1",
"description": "Lint JavaScript on the fly, using ESLint (v7 or older)",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit c2b07a2

Please sign in to comment.