From 46f10fd2b9bec2a6ac991220274d9db7568dc0a9 Mon Sep 17 00:00:00 2001 From: dsherret Date: Fri, 1 Dec 2023 17:39:56 +0000 Subject: [PATCH] 0.88.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6487eac3..8c22cc18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.88.6" +version = "0.88.7" dependencies = [ "anyhow", "debug-here", diff --git a/Cargo.toml b/Cargo.toml index 7682cb60..ac89c093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.88.6" +version = "0.88.7" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"