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

Commit 520a5aa

Browse files
committed
Prepare v8.1.6 release
1 parent 0d8795f commit 520a5aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v8.1.6
4+
5+
* Reduce package activation time ([#875](https://github.com/AtomLinter/linter-eslint/pull/875))
6+
* Async-ify the specs ([#878](https://github.com/AtomLinter/linter-eslint/pull/878))
7+
* Cancel pending idle callbacks on deactivate ([#880](https://github.com/AtomLinter/linter-eslint/pull/880))
8+
39
## v8.1.5
410

511
* Move to the `CLIEngine` API ([#873](https://github.com/AtomLinter/linter-eslint/pull/873))

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