From 1b8477969707f5eb41f2490aad81ba5c2d2cfc08 Mon Sep 17 00:00:00 2001 From: Tom Lienard Date: Fri, 2 Feb 2024 13:46:43 +0000 Subject: [PATCH] 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- npm/app/package.json | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c915aaf..de95d82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "sherif" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6619b95..eac3462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sherif" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "MIT" authors = ["Tom Lienard"] diff --git a/README.md b/README.md index ee0d94c..324805c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - - run: npx sherif@0.7.0 + - run: npx sherif@0.8.0 ``` diff --git a/npm/app/package.json b/npm/app/package.json index b65836d..5d5ab09 100644 --- a/npm/app/package.json +++ b/npm/app/package.json @@ -1,6 +1,6 @@ { "name": "sherif", - "version": "0.7.0", + "version": "0.8.0", "description": "Opinionated, zero-config linter for JavaScript monorepos", "bin": { "sherif": "./index.js" @@ -21,11 +21,11 @@ "homepage": "https://github.com/QuiiBz/sherif#readme", "license": "MIT", "optionalDependencies": { - "sherif-linux-x64": "0.7.0", - "sherif-linux-arm64": "0.7.0", - "sherif-darwin-x64": "0.7.0", - "sherif-darwin-arm64": "0.7.0", - "sherif-windows-x64": "0.7.0", - "sherif-windows-arm64": "0.7.0" + "sherif-linux-x64": "0.8.0", + "sherif-linux-arm64": "0.8.0", + "sherif-darwin-x64": "0.8.0", + "sherif-darwin-arm64": "0.8.0", + "sherif-windows-x64": "0.8.0", + "sherif-windows-arm64": "0.8.0" } }