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

Commit

Permalink
Prepare v8.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed May 22, 2017
1 parent cb9710e commit 20f34d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## v8.2.0

* Linter API v2 ([#855](https://github.com/AtomLinter/linter-eslint/pull/855))
* Support global Yarn installs and better errors ([#907](https://github.com/AtomLinter/linter-eslint/pull/907))
* Preserve `.eslintcache` on fixes ([#898](https://github.com/AtomLinter/linter-eslint/pull/898))
* Handle parse errors better ([#911](https://github.com/AtomLinter/linter-eslint/pull/911))
* Move to the Task API ([#889](https://github.com/AtomLinter/linter-eslint/pull/889))
* Use Atom's per-package transpilation ([#890](https://github.com/AtomLinter/linter-eslint/pull/890))
* Wait on specific Notifications in the specs ([#902](https://github.com/AtomLinter/linter-eslint/pull/902))
* Fix builds of Atom beta ([#913](https://github.com/AtomLinter/linter-eslint/pull/913))
* Fix embedded HTML scope with custom scopes ([#914](https://github.com/AtomLinter/linter-eslint/pull/914))
* Utilize `warnIgnored` instead of filtering messages ([#915](https://github.com/AtomLinter/linter-eslint/pull/915))
* Remove attempt to reset cursor position ([#876](https://github.com/AtomLinter/linter-eslint/pull/876))
* Add specs for `showRuleIdInMessage` ([#916](https://github.com/AtomLinter/linter-eslint/pull/916))

## v8.1.7

* Let ESLint handle configuration where possible ([#896](https://github.com/AtomLinter/linter-eslint/pull/896))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-eslint",
"main": "./src/main.js",
"version": "8.1.7",
"version": "8.2.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 20f34d0

Please sign in to comment.