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

Commit

Permalink
Prepare v8.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jan 26, 2018
1 parent b8a3dcf commit 1427e52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v8.4.1

* Support [`CLIEngine#getRules`][] and [`rule.meta.docs.url`][] ([#1067][])
* Automatically restart the worker process if it dies ([#1073][])
* Merge all rules to ignore while typing ([#1084][])

[`rule.meta.docs.url`]: https://github.com/eslint/eslint/pull/9788
[`CLIEngine#getRules`]: https://github.com/eslint/eslint/pull/9782
[#1067]: https://github.com/AtomLinter/linter-eslint/pull/1067
[#1073]: https://github.com/AtomLinter/linter-eslint/pull/1073
[#1084]: https://github.com/AtomLinter/linter-eslint/pull/1084

## v8.4.0

* Normalize all config paths ([#1014][])
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "./src/main.js",
"version": "8.4.0",
"version": "8.4.1",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit 1427e52

Please sign in to comment.