Skip to content

Commit 5e2e851

Browse files
committed
Published v0.4.5. Fixes #11, #12.
1 parent ed57638 commit 5e2e851

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.
105105

106106
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
107107
```diff
108-
- "eslint-plugin-solid": "^0.4.4"
109-
+ "eslint-plugin-solid": "~0.4.4"
108+
- "eslint-plugin-solid": "^0.4.5"
109+
+ "eslint-plugin-solid": "~0.4.5"
110110
```
111111
<!-- AUTO-GENERATED-CONTENT:END -->

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-solid",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Solid-specific linting rules for ESLint.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)