From e37cca971cd6ee8c2bbdb58bd4d8b6ea7097822a Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 14 Mar 2017 16:39:43 -0700 Subject: [PATCH] Prepare v8.1.4 release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74785599..971fa011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v8.1.4 + +* Improve package.json eslintConfig support ([#848](https://github.com/AtomLinter/linter-eslint/pull/848)) + ## v8.1.3 * Log the file scope in debug command ([#835](https://github.com/AtomLinter/linter-eslint/pull/835)) diff --git a/package.json b/package.json index 32c5e572..522432eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-eslint", "main": "./lib/main.js", - "version": "8.1.3", + "version": "8.1.4", "description": "Lint JavaScript on the fly, using ESLint", "repository": "https://github.com/AtomLinter/linter-eslint.git", "license": "MIT",