Skip to content

Commit 6d28495

Browse files
committed
Version bump
1 parent 7152011 commit 6d28495

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

156156
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
157157
```diff
158-
- "eslint-plugin-solid": "^0.10.0"
159-
+ "eslint-plugin-solid": "~0.10.0"
158+
- "eslint-plugin-solid": "^0.11.0"
159+
+ "eslint-plugin-solid": "~0.11.0"
160160
```
161161
<!-- 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.10.0",
3+
"version": "0.11.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.10.0",
3+
"version": "0.11.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)