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.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Apr 8, 2017
1 parent b6bdeb1 commit e9df0a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## v8.1.5

* Move to the `CLIEngine` API ([#873](https://github.com/AtomLinter/linter-eslint/pull/873))
* Attempt to restore cursor position after fixing ([#853](https://github.com/AtomLinter/linter-eslint/pull/853))

## v8.1.4

* Improve package.json eslintConfig support ([#848](https://github.com/AtomLinter/linter-eslint/pull/848))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "linter-eslint",
"main": "./lib/main.js",
"version": "8.1.4",
"version": "8.1.5",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit e9df0a2

Please sign in to comment.