Skip to content

Commit 174c276

Browse files
committed
Version bump.
1 parent 55be7a2 commit 174c276

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.
150150

151151
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
152152
```diff
153-
- "eslint-plugin-solid": "^0.9.3"
154-
+ "eslint-plugin-solid": "~0.9.3"
153+
- "eslint-plugin-solid": "^0.9.4"
154+
+ "eslint-plugin-solid": "~0.9.4"
155155
```
156156
<!-- AUTO-GENERATED-CONTENT:END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-solid",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Solid-specific linting rules for ESLint.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-solid-standalone",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
55
"files": [
66
"dist.mjs",

0 commit comments

Comments
 (0)