From 20f34d0b5953f9b79149a69491ded041644e5375 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Mon, 22 May 2017 10:51:01 -0700 Subject: [PATCH] Prepare v8.2.0 release --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c95055a2..5b0645e7 100644 --- a/CHANGELOG.md +++ b/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)) diff --git a/package.json b/package.json index d103ee39..2996ca0a 100644 --- a/package.json +++ b/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",