Skip to content

Commit 493e5d3

Browse files
committedJun 19, 2024
0.14.1
1 parent d75a579 commit 493e5d3

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

220220
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
221221
```diff
222-
- "eslint-plugin-solid": "^0.14.0"
223-
+ "eslint-plugin-solid": "~0.14.0"
222+
- "eslint-plugin-solid": "^0.14.1"
223+
+ "eslint-plugin-solid": "~0.14.1"
224224
```
225225
<!-- 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.14.0",
3+
"version": "0.14.1",
44
"description": "Solid-specific linting rules for ESLint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)