Skip to content

Commit 06c6095

Browse files
committed
Patch version bump.
1 parent 39ca88e commit 06c6095

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
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.13.1"
221-
+ "eslint-plugin-solid": "~0.13.1"
220+
- "eslint-plugin-solid": "^0.13.2"
221+
+ "eslint-plugin-solid": "~0.13.2"
222222
```
223223
<!-- AUTO-GENERATED-CONTENT:END -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-solid",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Solid-specific linting rules for ESLint.",
55
"keywords": [
66
"eslint",

standalone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-solid-standalone",
3-
"version": "0.13.1",
3+
"version": "0.13.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)