Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Nov 3, 2023
1 parent 55b76fc commit 7ca1b99
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.4.0"
version = "0.4.1"
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].0
- run: npx [email protected].1
```
</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.4.0",
"version": "0.4.1",
"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.4.0",
"sherif-linux-arm64": "0.4.0",
"sherif-darwin-x64": "0.4.0",
"sherif-darwin-arm64": "0.4.0",
"sherif-windows-x64": "0.4.0",
"sherif-windows-arm64": "0.4.0"
"sherif-linux-x64": "0.4.1",
"sherif-linux-arm64": "0.4.1",
"sherif-darwin-x64": "0.4.1",
"sherif-darwin-arm64": "0.4.1",
"sherif-windows-x64": "0.4.1",
"sherif-windows-arm64": "0.4.1"
}
}

0 comments on commit 7ca1b99

Please sign in to comment.