diff --git a/.changeset/gorgeous-ties-fail.md b/.changeset/gorgeous-ties-fail.md deleted file mode 100644 index 1ff20908a3a4..000000000000 --- a/.changeset/gorgeous-ties-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_ecma_minifier: patch ---- - -dead_branch_remover removes PURE annotations on sequence expressions diff --git a/.changeset/polite-tools-lie.md b/.changeset/polite-tools-lie.md deleted file mode 100644 index a40ab95d6b40..000000000000 --- a/.changeset/polite-tools-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_fast_ts_strip: patch ---- - -fix(es/typescript): Fix ASI in expression for TypeScript strip diff --git a/Cargo.lock b/Cargo.lock index 4aba70781c67..c7e1695900ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4549,7 +4549,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.200.4" +version = "0.200.5" dependencies = [ "ansi_term", "anyhow", @@ -5094,7 +5094,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index d5cff5410a2d..e2cb9864f99e 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"] license = "Apache-2.0" name = "swc_ecma_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.200.4" +version = "0.200.5" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 4cc69262e10b..0562d8deb32b 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.4.3" +version = "0.4.4" [dependencies]