Skip to content

Commit

Permalink
Published v0.4.5. Fixes #11, #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Mar 25, 2022
1 parent ed57638 commit 5e2e851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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.4.4"
+ "eslint-plugin-solid": "~0.4.4"
- "eslint-plugin-solid": "^0.4.5"
+ "eslint-plugin-solid": "~0.4.5"
```
<!-- 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.4.4",
"version": "0.4.5",
"description": "Solid-specific linting rules for ESLint.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5e2e851

Please sign in to comment.