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

Commit 44a2f08

Browse files
committed
Prepare v8.1.7 release
1 parent eb94b92 commit 44a2f08

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.7
4+
5+
* Let ESLint handle configuration where possible ([#896](https://github.com/AtomLinter/linter-eslint/pull/896))
6+
37
## v8.1.6
48

59
* Reduce package activation time ([#875](https://github.com/AtomLinter/linter-eslint/pull/875))

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.6",
4+
"version": "8.1.7",
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)