From 69cb5da31989c2b7a7974acddc9a58818f0a4512 Mon Sep 17 00:00:00 2001 From: dsherret Date: Sun, 5 May 2024 23:33:19 +0000 Subject: [PATCH] 0.90.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f954586..df982cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.90.4" +version = "0.90.5" dependencies = [ "anyhow", "deno_ast", diff --git a/Cargo.toml b/Cargo.toml index cd69ab4..9d24f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.90.4" +version = "0.90.5" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"