Permalink
Browse files

Prepare v8.0.0 release

  • Loading branch information...
1 parent fcc3863 commit ba5849f61c6d156ca66e70e34bf35197637ed516 @Arcanemagus Arcanemagus committed Oct 10, 2016
Showing with 9 additions and 1 deletion.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 package.json
View
@@ -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))
View
@@ -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",

0 comments on commit ba5849f

Please sign in to comment.