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

Commit

Permalink
Prepare v8.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Apr 13, 2017
1 parent 0d8795f commit 520a5aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v8.1.6

* Reduce package activation time ([#875](https://github.com/AtomLinter/linter-eslint/pull/875))
* Async-ify the specs ([#878](https://github.com/AtomLinter/linter-eslint/pull/878))
* Cancel pending idle callbacks on deactivate ([#880](https://github.com/AtomLinter/linter-eslint/pull/880))

## v8.1.5

* Move to the `CLIEngine` API ([#873](https://github.com/AtomLinter/linter-eslint/pull/873))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linter-eslint",
"main": "./lib/main.js",
"version": "8.1.5",
"version": "8.1.6",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit 520a5aa

Please sign in to comment.