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

Commit

Permalink
Prepare v8.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Oct 10, 2016
1 parent fcc3863 commit ba5849f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v8.0.0

* Update ESLint to v3.5.0 ([#692](https://github.com/AtomLinter/linter-eslint/pull/692))
* Add setting for rules to silence while typing ([#666](https://github.com/AtomLinter/linter-eslint/pull/666))
* Update ESLint to v3.6.0 ([#713](https://github.com/AtomLinter/linter-eslint/pull/713))
* Add a debug information command ([#730](https://github.com/AtomLinter/linter-eslint/pull/730))
* Add support for `endLine` and `endColumn` in ESLint messages ([#709](https://github.com/AtomLinter/linter-eslint/pull/709))

## v7.3.2

* Fix a race condition with modified editor text ([#703](https://github.com/AtomLinter/linter-eslint/pull/703))
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": "./lib/main",
"version": "7.3.2",
"version": "8.0.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 ba5849f

Please sign in to comment.