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

Commit e9df0a2

Browse files
committed
Prepare v8.1.5 release
1 parent b6bdeb1 commit e9df0a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v8.1.5
4+
5+
* Move to the `CLIEngine` API ([#873](https://github.com/AtomLinter/linter-eslint/pull/873))
6+
* Attempt to restore cursor position after fixing ([#853](https://github.com/AtomLinter/linter-eslint/pull/853))
7+
38
## v8.1.4
49

510
* Improve package.json eslintConfig support ([#848](https://github.com/AtomLinter/linter-eslint/pull/848))

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