From 899ea1ff37a8fd40f77f6cb3fe6ac01cc63a35b4 Mon Sep 17 00:00:00 2001 From: denobot Date: Mon, 28 Oct 2024 20:55:18 +0000 Subject: [PATCH] 0.68.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9ee5c54..69001a14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.67.1" +version = "0.68.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bd80244c..fce46ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_lint" -version = "0.67.1" +version = "0.68.0" edition = "2021" description = "lint for deno" authors = ["the Deno authors"]