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

Commit 8c8cd0b

Browse files
chore(release): 1.0.0 [skip ci]
1 parent 7178cfe commit 8c8cd0b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0 (2022-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* don't try to instantiate `ESLint` if it doesn't exist (old versions) ([110e920](https://github.com/AtomLinter/linter-eslint-node/commit/110e9202c4d1bdbfd1db85c9b199853179882675))
7+
* ensure we clear cache when `.eslintrc` changes ([49592e5](https://github.com/AtomLinter/linter-eslint-node/commit/49592e504780736e29290b7f3f02dbc16649dc3e))
8+
* fix if ([d4ddfee](https://github.com/AtomLinter/linter-eslint-node/commit/d4ddfee1b334c36227f99f08a7da7ea811853b24))
9+
* prevent a spurious config change handler from firing ([e85a28f](https://github.com/AtomLinter/linter-eslint-node/commit/e85a28f357df0af653ac6664967f5040f993a106))
10+
* remove outdated import ([1e9c5d4](https://github.com/AtomLinter/linter-eslint-node/commit/1e9c5d492d99281f2d4c7dd22ba446ca52a79747))
11+
* test runner oversight ([53f4841](https://github.com/AtomLinter/linter-eslint-node/commit/53f4841d988a663faf35df48a2e54f86720286fe))
12+
* use which npm package for windows compatibility ([296c263](https://github.com/AtomLinter/linter-eslint-node/commit/296c263da91223fb05f75dff1a64b8ba46e612b3))
13+
14+
15+
### Features
16+
17+
* suspend worker when it won't be used ([5d8f726](https://github.com/AtomLinter/linter-eslint-node/commit/5d8f7269146723fa6796525634a01b448e0c2ca2))

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": "0.0.0",
4+
"version": "1.0.0",
55
"description": "A short description of your package",
66
"keywords": [
77
"linter-eslint",

0 commit comments

Comments
 (0)