From 9a734c234f114962b2598d1dbfc3b8b51eda31a3 Mon Sep 17 00:00:00 2001 From: dsherret Date: Wed, 31 Jul 2024 19:11:22 +0000 Subject: [PATCH] 0.91.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f9ed5d..592cdb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.91.4" +version = "0.91.5" dependencies = [ "anyhow", "deno_ast", diff --git a/Cargo.toml b/Cargo.toml index 92a539c..2fbbc00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.91.4" +version = "0.91.5" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"