Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Aug 31, 2024
1 parent 897cc53 commit 2a5257b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.11.0"
version = "1.0.0"
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 sherif@0.11.0
- run: npx sherif@1.0.0
```
</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.11.0",
"version": "1.0.0",
"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.11.0",
"sherif-linux-arm64": "0.11.0",
"sherif-darwin-x64": "0.11.0",
"sherif-darwin-arm64": "0.11.0",
"sherif-windows-x64": "0.11.0",
"sherif-windows-arm64": "0.11.0"
"sherif-linux-x64": "1.0.0",
"sherif-linux-arm64": "1.0.0",
"sherif-darwin-x64": "1.0.0",
"sherif-darwin-arm64": "1.0.0",
"sherif-windows-x64": "1.0.0",
"sherif-windows-arm64": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sherif",
"version": "0.11.0",
"version": "1.0.0",
"description": "Opinionated, zero-config linter for JavaScript monorepos",
"keywords": [
"cli",
Expand Down

0 comments on commit 2a5257b

Please sign in to comment.