Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Apr 13, 2024
1 parent b18e294 commit 5bd8799
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherif"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
license = "MIT"
authors = ["Tom Lienard"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx [email protected].2
- run: npx [email protected].3
```
</details>
Expand Down
14 changes: 7 additions & 7 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sherif",
"version": "0.8.2",
"version": "0.8.3",
"description": "Opinionated, zero-config linter for JavaScript monorepos",
"bin": {
"sherif": "./index.js"
Expand All @@ -21,11 +21,11 @@
"homepage": "https://github.com/QuiiBz/sherif#readme",
"license": "MIT",
"optionalDependencies": {
"sherif-linux-x64": "0.8.2",
"sherif-linux-arm64": "0.8.2",
"sherif-darwin-x64": "0.8.2",
"sherif-darwin-arm64": "0.8.2",
"sherif-windows-x64": "0.8.2",
"sherif-windows-arm64": "0.8.2"
"sherif-linux-x64": "0.8.3",
"sherif-linux-arm64": "0.8.3",
"sherif-darwin-x64": "0.8.3",
"sherif-darwin-arm64": "0.8.3",
"sherif-windows-x64": "0.8.3",
"sherif-windows-arm64": "0.8.3"
}
}

0 comments on commit 5bd8799

Please sign in to comment.