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

Commit d5ce3e7

Browse files
chore(release): 9.0.0 [skip ci]
1 parent 5bfafa9 commit d5ce3e7

File tree

5 files changed

+32
-17
lines changed

5 files changed

+32
-17
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [9.0.0](https://github.com/AtomLinter/linter-eslint/compare/v8.6.6...v9.0.0) (2021-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* update all deps ([099e533](https://github.com/AtomLinter/linter-eslint/commit/099e533977cb75eb785c6daa75737043aa91d406))
7+
* update eslint to v7 ([#1441](https://github.com/AtomLinter/linter-eslint/issues/1441)) ([3b8b67c](https://github.com/AtomLinter/linter-eslint/commit/3b8b67c25e138cbd027ef24929eb30e88f87a9a7))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* update eslint to v7
13+
114
## [8.6.6](https://github.com/AtomLinter/linter-eslint/compare/v8.6.5...v8.6.6) (2021-04-13)
215

316

dist/helpers.js

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

dist/validate/editor.js

Lines changed: 1 addition & 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: 6 additions & 6 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": "8.6.6",
4+
"version": "9.0.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)