Skip to content

Commit 51b6bba

Browse files
committed
Version bump.
1 parent be7addf commit 51b6bba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.
217217

218218
<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
219219
```diff
220-
- "eslint-plugin-solid": "^0.12.1"
221-
+ "eslint-plugin-solid": "~0.12.1"
220+
- "eslint-plugin-solid": "^0.13.0"
221+
+ "eslint-plugin-solid": "~0.13.0"
222222
```
223223
<!-- 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.12.1",
3+
"version": "0.13.0",
44
"description": "Solid-specific linting rules for ESLint.",
55
"keywords": [
66
"eslint",

standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-solid-standalone",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
55
"files": [
66
"dist.mjs",
@@ -39,4 +39,4 @@
3939
"dependencies": {
4040
"@types/eslint": "^8.21.2"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)