From 60b181bdb44d82129471f702c56424d26bd2e1a6 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Sat, 11 Feb 2017 00:57:16 -0800 Subject: [PATCH] Prepare v8.1.1 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf02586..2d3ad5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v8.1.1 + +* Exclude `.babelrc` from releases ([#809](https://github.com/AtomLinter/linter-eslint/pull/809)) +* Use cursor scope instead of file when checking fix-on-save ([#811](https://github.com/AtomLinter/linter-eslint/pull/811)) +* Handle undefined package path ([#812](https://github.com/AtomLinter/linter-eslint/pull/812)) +* Temporarily disable an intermittent spec ([#813](https://github.com/AtomLinter/linter-eslint/pull/813)) +* Remove custom styling on rules ([#814](https://github.com/AtomLinter/linter-eslint/pull/814)) + ## v8.1.0 * Handle invalid points gracefully ([#761](https://github.com/AtomLinter/linter-eslint/pull/761)) diff --git a/package.json b/package.json index 537900a5..c58fec3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-eslint", "main": "./lib/main.js", - "version": "8.1.0", + "version": "8.1.1", "description": "Lint JavaScript on the fly, using ESLint", "repository": "https://github.com/AtomLinter/linter-eslint.git", "license": "MIT",