Skip to content

Commit 3330502

Browse files
committed
v0.6.1
1 parent be98b35 commit 3330502

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

108108
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
109109
```diff
110-
- "eslint-plugin-solid": "^0.6.0"
111-
+ "eslint-plugin-solid": "~0.6.0"
110+
- "eslint-plugin-solid": "^0.6.1"
111+
+ "eslint-plugin-solid": "~0.6.1"
112112
```
113113
<!-- 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.6.0",
3+
"version": "0.6.1",
44
"description": "Solid-specific linting rules for ESLint.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)