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

Commit 0e07cca

Browse files
committed
Prepare v8.3.1 release
1 parent 77e38b8 commit 0e07cca

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v8.3.1
4+
5+
* Fix deprecation warning in Atom v1.21.0 ([#1019][])
6+
* Don't attempt to process fixable rules on ESLint v3 ([#1024][])
7+
8+
[#1019]: https://github.com/AtomLinter/linter-eslint/pull/1019
9+
[#1024]: https://github.com/AtomLinter/linter-eslint/pull/1024
10+
311
## v8.3.0
412

513
* Stop breaking `BABEL_ENV` within Atom ([#961][])

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "./src/main.js",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
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)