From 9c5472f84701f6cf9ce348246efc1911c87b2125 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 11 Oct 2021 23:29:04 -0400 Subject: [PATCH] 0.17.0 (#936) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbeea0198..793baa53f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.16.0" +version = "0.17.0" dependencies = [ "annotate-snippets", "ansi_term 0.12.1", diff --git a/Cargo.toml b/Cargo.toml index 8de2b65f6..3b0a2f3d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_lint" -version = "0.16.0" +version = "0.17.0" edition = "2018" description = "lint for deno" authors = ["the Deno authors"]