From d01738979894dd23642d2728da85d6d6bc25f426 Mon Sep 17 00:00:00 2001 From: dsherret Date: Mon, 28 Oct 2024 20:03:04 +0000 Subject: [PATCH] 0.93.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c583f3..f21c68b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.93.0" +version = "0.93.1" dependencies = [ "anyhow", "deno_ast", diff --git a/Cargo.toml b/Cargo.toml index 3e0e8c0..0243c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.93.0" +version = "0.93.1" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"