diff --git a/Cargo.lock b/Cargo.lock index 5f7c3cbf..10a01f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.88.8" +version = "0.88.9" dependencies = [ "anyhow", "debug-here", diff --git a/Cargo.toml b/Cargo.toml index a0b9b84f..27db61b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-typescript" -version = "0.88.8" +version = "0.88.9" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-typescript"