From 45b3bd92ce7e19e46068de8abfc44ccccd752fba Mon Sep 17 00:00:00 2001 From: dsherret Date: Thu, 1 Aug 2024 15:13:44 +0000 Subject: [PATCH] 0.91.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 592cdb0..6486ac2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.91.5" +version = "0.91.6" dependencies = [ "anyhow", "deno_ast", diff --git a/Cargo.toml b/Cargo.toml index 2fbbc00..98e70c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.91.5" +version = "0.91.6" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"