Skip to content

Commit c5d8060

Browse files
committed
v0.14.0
1 parent 1943297 commit c5d8060

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
@@ -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.13.2"
223-
+ "eslint-plugin-solid": "~0.13.2"
222+
- "eslint-plugin-solid": "^0.14.0"
223+
+ "eslint-plugin-solid": "~0.14.0"
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.13.2",
3+
"version": "0.14.0",
44
"description": "Solid-specific linting rules for ESLint.",
55
"keywords": [
66
"eslint",

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.13.2",
3+
"version": "0.14.0",
44
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)