Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Nov 9, 2023
1 parent 943d398 commit 618506d
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.1"
version = "0.4.2"
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].1
- run: npx [email protected].2
```
</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.1",
"version": "0.4.2",
"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.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"
"sherif-linux-x64": "0.4.2",
"sherif-linux-arm64": "0.4.2",
"sherif-darwin-x64": "0.4.2",
"sherif-darwin-arm64": "0.4.2",
"sherif-windows-x64": "0.4.2",
"sherif-windows-arm64": "0.4.2"
}
}

0 comments on commit 618506d

Please sign in to comment.