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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Feb 11, 2017
1 parent 335fe57 commit 60b181b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v8.1.1

* Exclude `.babelrc` from releases ([#809](https://github.com/AtomLinter/linter-eslint/pull/809))
* Use cursor scope instead of file when checking fix-on-save ([#811](https://github.com/AtomLinter/linter-eslint/pull/811))
* Handle undefined package path ([#812](https://github.com/AtomLinter/linter-eslint/pull/812))
* Temporarily disable an intermittent spec ([#813](https://github.com/AtomLinter/linter-eslint/pull/813))
* Remove custom styling on rules ([#814](https://github.com/AtomLinter/linter-eslint/pull/814))

## v8.1.0

* Handle invalid points gracefully ([#761](https://github.com/AtomLinter/linter-eslint/pull/761))
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.0",
"version": "8.1.1",
"description": "Lint JavaScript on the fly, using ESLint",
"repository": "https://github.com/AtomLinter/linter-eslint.git",
"license": "MIT",
Expand Down

0 comments on commit 60b181b

Please sign in to comment.