Skip to content

Commit 59f6425

Browse files
committed
Patch version bump.
1 parent 227d02f commit 59f6425

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

145145
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
146146
```diff
147-
- "eslint-plugin-solid": "^0.7.3"
148-
+ "eslint-plugin-solid": "~0.7.3"
147+
- "eslint-plugin-solid": "^0.7.4"
148+
+ "eslint-plugin-solid": "~0.7.4"
149149
```
150150
<!-- 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.3",
3+
"version": "0.7.4",
44
"description": "Solid-specific linting rules for ESLint.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)