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

Commit

Permalink
v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jan 5, 2019
1 parent b1721be commit d58732b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v8.5.0
* Organize configuration options ([#1042][])
* Add source.flow to default scopes ([#1194][])
* Upgrade dependencies (various)
* Migrate to CircleCi 2.0
* Add Renovate for dependency management
* Add commitlint

[#1042]: https://github.com/AtomLinter/linter-eslint/pull/1042
[#1194]: https://github.com/AtomLinter/linter-eslint/pull/1194

## v8.4.1

* Support [`CLIEngine#getRules`][] and [`rule.meta.docs.url`][] ([#1067][])
Expand Down
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.1",
"version": "8.5.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 d58732b

Please sign in to comment.