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.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 25, 2022
1 parent f160afa commit 41249f5
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.5](https://github.com/AtomLinter/linter-eslint-node/compare/v1.0.4...v1.0.5) (2022-03-25)


### Bug Fixes

* check for existence of `docs` before accessing `url` ([#17](https://github.com/AtomLinter/linter-eslint-node/issues/17)) ([f160afa](https://github.com/AtomLinter/linter-eslint-node/commit/f160afa8875cb12b9a966a8958024bd0f0f4d3c6))

## [1.0.4](https://github.com/AtomLinter/linter-eslint-node/compare/v1.0.3...v1.0.4) (2022-03-20)


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

0 comments on commit 41249f5

Please sign in to comment.