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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Oct 19, 2017
1 parent 31787d1 commit 7f79165
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v8.4.0

* Normalize all config paths ([#1014][])
* Check for remote files ([#1017][])
* Allow multiple rule directories ([#1016][])

[#1014]: https://github.com/AtomLinter/linter-eslint/pull/1014
[#1016]: https://github.com/AtomLinter/linter-eslint/pull/1016
[#1017]: https://github.com/AtomLinter/linter-eslint/pull/1017

## v8.3.2

* Verify that a rule has a meta property before accessing ([#1026][])
Expand Down
18 changes: 9 additions & 9 deletions 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.3.2",
"version": "8.4.0",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit 7f79165

Please sign in to comment.