Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Dec 10, 2024
1 parent 05f6fb1 commit 67f2bb1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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 = "1.0.2"
version = "1.1.0"
edition = "2021"
license = "MIT"
authors = ["Tom Lienard"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: QuiiBz/sherif@v1
# Optionally, you can specify a version and arguments to run Sherif with:
# with:
# version: 'v1.0.2'
# version: 'v1.1.0'
# args: '--ignore-rule root-package-manager-field'

# Using `npx` to run Sherif
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npx sherif@1.0.2
- run: npx sherif@1.1.0
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Setup and run Sherif, an opinionated, zero-config linter for JavaS

inputs:
version:
description: 'The Sherif version to use (e.g., v1.0.2)'
description: 'The Sherif version to use (e.g., v1.1.0)'
required: false
default: 'latest'
github-token:
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": "1.0.2",
"version": "1.1.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": "1.0.2",
"sherif-linux-arm64": "1.0.2",
"sherif-darwin-x64": "1.0.2",
"sherif-darwin-arm64": "1.0.2",
"sherif-windows-x64": "1.0.2",
"sherif-windows-arm64": "1.0.2"
"sherif-linux-x64": "1.1.0",
"sherif-linux-arm64": "1.1.0",
"sherif-darwin-x64": "1.1.0",
"sherif-darwin-arm64": "1.1.0",
"sherif-windows-x64": "1.1.0",
"sherif-windows-arm64": "1.1.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": "1.0.2",
"version": "1.1.0",
"description": "Opinionated, zero-config linter for JavaScript monorepos",
"keywords": [
"cli",
Expand Down

0 comments on commit 67f2bb1

Please sign in to comment.