Skip to content

Commit e6420c1

Browse files
committed
v0.7.1
1 parent 8cbf184 commit e6420c1

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
@@ -112,7 +112,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.
112112

113113
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
114114
```diff
115-
- "eslint-plugin-solid": "^0.7.0"
116-
+ "eslint-plugin-solid": "~0.7.0"
115+
- "eslint-plugin-solid": "^0.7.1"
116+
+ "eslint-plugin-solid": "~0.7.1"
117117
```
118118
<!-- 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.7.0",
3+
"version": "0.7.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)