Skip to content

Commit

Permalink
Patch version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Jan 11, 2023
1 parent e5d15ac commit 9e0d8ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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.9.1"
+ "eslint-plugin-solid": "~0.9.1"
- "eslint-plugin-solid": "^0.9.2"
+ "eslint-plugin-solid": "~0.9.2"
```
<!-- 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.9.1",
"version": "0.9.2",
"description": "Solid-specific linting rules for ESLint.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-solid-standalone",
"version": "0.3.1",
"version": "0.9.2",
"description": "A bundle with eslint and eslint-plugin-solid that can be used in the browser.",
"files": [
"dist.mjs",
Expand Down

0 comments on commit 9e0d8ee

Please sign in to comment.