Skip to content

Commit 9e0d8ee

Browse files
committed
Patch version bump.
1 parent e5d15ac commit 9e0d8ee

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

151151
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
152152
```diff
153-
- "eslint-plugin-solid": "^0.9.1"
154-
+ "eslint-plugin-solid": "~0.9.1"
153+
- "eslint-plugin-solid": "^0.9.2"
154+
+ "eslint-plugin-solid": "~0.9.2"
155155
```
156156
<!-- 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.9.1",
3+
"version": "0.9.2",
44
"description": "Solid-specific linting rules for ESLint.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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

0 commit comments

Comments
 (0)