From 236289eb2ff8b1177c94ee5a0bfa95f942710e0c Mon Sep 17 00:00:00 2001 From: dsherret Date: Tue, 17 Sep 2024 15:50:21 +0000 Subject: [PATCH] 0.92.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59a2922..8926c83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.91.8" +version = "0.92.0" dependencies = [ "anyhow", "deno_ast", diff --git a/Cargo.toml b/Cargo.toml index 4e8df53..f659c52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.91.8" +version = "0.92.0" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"