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

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 23, 2022
1 parent 78cda66 commit bf9212a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.6](https://github.com/AtomLinter/linter-eslint-node/compare/v1.0.5...v1.0.6) (2022-04-23)


### Bug Fixes

* 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)

## [1.0.5](https://github.com/AtomLinter/linter-eslint-node/compare/v1.0.4...v1.0.5) (2022-03-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-node",
"main": "./lib/main",
"version": "1.0.5",
"version": "1.0.6",
"description": "Lint JavaScript on the fly, using ESLint (v7 or greater)",
"keywords": [
"linter-eslint",
Expand Down

0 comments on commit bf9212a

Please sign in to comment.