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

Commit e37cca9

Browse files
committed
Prepare v8.1.4 release
1 parent 90cb8de commit e37cca9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v8.1.4
4+
5+
* Improve package.json eslintConfig support ([#848](https://github.com/AtomLinter/linter-eslint/pull/848))
6+
37
## v8.1.3
48

59
* Log the file scope in debug command ([#835](https://github.com/AtomLinter/linter-eslint/pull/835))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-eslint",
33
"main": "./lib/main.js",
4-
"version": "8.1.3",
4+
"version": "8.1.4",
55
"description": "Lint JavaScript on the fly, using ESLint",
66
"repository": "https://github.com/AtomLinter/linter-eslint.git",
77
"license": "MIT",

0 commit comments

Comments
 (0)