Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Sep 18, 2023
1 parent e4db87e commit 7b5a207
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
@@ -1,6 +1,6 @@
[package]
name = "sherif"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Tom Lienard"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx sherif@0.1.0
- run: npx sherif@0.2.0
```

</details>
Expand Down
14 changes: 7 additions & 7 deletions npm/app/package.json
@@ -1,6 +1,6 @@
{
"name": "sherif",
"version": "0.1.0",
"version": "0.2.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.1.0",
"sherif-linux-arm64": "0.1.0",
"sherif-darwin-x64": "0.1.0",
"sherif-darwin-arm64": "0.1.0",
"sherif-windows-x64": "0.1.0",
"sherif-windows-arm64": "0.1.0"
"sherif-linux-x64": "0.2.0",
"sherif-linux-arm64": "0.2.0",
"sherif-darwin-x64": "0.2.0",
"sherif-darwin-arm64": "0.2.0",
"sherif-windows-x64": "0.2.0",
"sherif-windows-arm64": "0.2.0"
}
}

0 comments on commit 7b5a207

Please sign in to comment.