Skip to content

Commit d350c8e

Browse files
committed
Patch version bump
1 parent 8103e3b commit d350c8e

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.2"
154-
+ "eslint-plugin-solid": "~0.9.2"
153+
- "eslint-plugin-solid": "^0.9.3"
154+
+ "eslint-plugin-solid": "~0.9.3"
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.2",
3+
"version": "0.9.3",
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.9.2",
3+
"version": "0.9.3",
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)