Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Aug 19, 2023
1 parent be7addf commit 51b6bba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ If you want to pin a minor version, use a tilde in your `package.json`.

<!-- AUTO-GENERATED-CONTENT:START (TILDE) -->
```diff
- "eslint-plugin-solid": "^0.12.1"
+ "eslint-plugin-solid": "~0.12.1"
- "eslint-plugin-solid": "^0.13.0"
+ "eslint-plugin-solid": "~0.13.0"
```
<!-- AUTO-GENERATED-CONTENT:END -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-solid",
"version": "0.12.1",
"version": "0.13.0",
"description": "Solid-specific linting rules for ESLint.",
"keywords": [
"eslint",
Expand Down
4 changes: 2 additions & 2 deletions standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-solid-standalone",
"version": "0.12.1",
"version": "0.13.0",
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
"files": [
"dist.mjs",
Expand Down Expand Up @@ -39,4 +39,4 @@
"dependencies": {
"@types/eslint": "^8.21.2"
}
}
}

0 comments on commit 51b6bba

Please sign in to comment.