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"