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

Commit 1dca397

Browse files
chore(release): 8.6.5 [skip ci]
1 parent 4fe7e86 commit 1dca397

File tree

4 files changed

+288
-4
lines changed

4 files changed

+288
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.6.5](https://github.com/AtomLinter/linter-eslint/compare/v8.6.4...v8.6.5) (2021-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* fix dynamic require errors ([6d8a3c2](https://github.com/AtomLinter/linter-eslint/commit/6d8a3c209f885427636f30cc2c7a229998c7ccb1))
7+
18
## [8.6.4](https://github.com/AtomLinter/linter-eslint/compare/v8.6.3...v8.6.4) (2021-03-24)
29

310

dist/main.js

Lines changed: 280 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

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": "./dist/main.js",
4-
"version": "8.6.4",
4+
"version": "8.6.5",
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)