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

Commit bf9212a

Browse files
chore(release): 1.0.6 [skip ci]
1 parent 78cda66 commit bf9212a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.6](https://github.com/AtomLinter/linter-eslint-node/compare/v1.0.5...v1.0.6) (2022-04-23)
2+
3+
4+
### Bug Fixes
5+
6+
* use non-strict ndjson parsing ([#21](https://github.com/AtomLinter/linter-eslint-node/issues/21)) ([78cda66](https://github.com/AtomLinter/linter-eslint-node/commit/78cda66d45e13bb39a7870c8c58d18eba7ebea75)), closes [#20](https://github.com/AtomLinter/linter-eslint-node/issues/20)
7+
18
## [1.0.5](https://github.com/AtomLinter/linter-eslint-node/compare/v1.0.4...v1.0.5) (2022-03-25)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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-node",
33
"main": "./lib/main",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"description": "Lint JavaScript on the fly, using ESLint (v7 or greater)",
66
"keywords": [
77
"linter-eslint",

0 commit comments

Comments
 (0)