Skip to content

Commit b47a6d5

Browse files
committed
1.0.1
1 parent 2a1c7e7 commit b47a6d5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sherif"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Tom Lienard"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/setup-node@v3
5252
with:
5353
node-version: 20
54-
- run: npx [email protected].0
54+
- run: npx [email protected].1
5555
```
5656
5757
</details>

npm/app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sherif",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Opinionated, zero-config linter for JavaScript monorepos",
55
"bin": {
66
"sherif": "./index.js"
@@ -21,11 +21,11 @@
2121
"homepage": "https://github.com/QuiiBz/sherif#readme",
2222
"license": "MIT",
2323
"optionalDependencies": {
24-
"sherif-linux-x64": "1.0.0",
25-
"sherif-linux-arm64": "1.0.0",
26-
"sherif-darwin-x64": "1.0.0",
27-
"sherif-darwin-arm64": "1.0.0",
28-
"sherif-windows-x64": "1.0.0",
29-
"sherif-windows-arm64": "1.0.0"
24+
"sherif-linux-x64": "1.0.1",
25+
"sherif-linux-arm64": "1.0.1",
26+
"sherif-darwin-x64": "1.0.1",
27+
"sherif-darwin-arm64": "1.0.1",
28+
"sherif-windows-x64": "1.0.1",
29+
"sherif-windows-arm64": "1.0.1"
3030
}
3131
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sherif",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Opinionated, zero-config linter for JavaScript monorepos",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)