diff --git a/Cargo.lock b/Cargo.lock index a0669e65f56e..199eefbe34bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4939,7 +4939,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.197.0" +version = "0.197.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5094,7 +5094,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 657a87c26970..bae738a4febc 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_typescript" repository = "https://github.com/swc-project/swc.git" -version = "0.197.0" +version = "0.197.1" [lib] bench = false diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index edb790910035..04dfddd46517 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_ts_strip" repository = { workspace = true } -version = "0.6.0" +version = "0.6.1" [dependencies]