Skip to content

Commit 62aacbd

Browse files
committed
Version bump.
1 parent 942e825 commit 62aacbd

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

152152
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
153153
```diff
154-
- "eslint-plugin-solid": "^0.9.4"
155-
+ "eslint-plugin-solid": "~0.9.4"
154+
- "eslint-plugin-solid": "^0.10.0"
155+
+ "eslint-plugin-solid": "~0.10.0"
156156
```
157157
<!-- 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.4",
3+
"version": "0.10.0",
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.4",
3+
"version": "0.10.0",
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)