From 975016d8a6ff66964ca739bdd9a5f3e994100517 Mon Sep 17 00:00:00 2001 From: denobot Date: Thu, 31 Aug 2023 14:20:59 +0000 Subject: [PATCH] 0.51.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6afca750..b2fc79723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.50.1" +version = "0.51.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c81dd1eb0..4243957a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_lint" -version = "0.50.1" +version = "0.51.0" edition = "2021" description = "lint for deno" authors = ["the Deno authors"]