diff --git a/.changeset/gentle-coats-tie.md b/.changeset/gentle-coats-tie.md deleted file mode 100644 index c4b8b2f52c7d..000000000000 --- a/.changeset/gentle-coats-tie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_ecma_minifier: patch ---- - -fix(es/minifier): Fix name mangler diff --git a/Cargo.lock b/Cargo.lock index b453b705fe89..9e7ef9d60464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.103.0" +version = "0.103.1" dependencies = [ "anyhow", "binding_macros", @@ -4605,7 +4605,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.205.0" +version = "0.205.1" dependencies = [ "ansi_term", "anyhow", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index d9ab1192451c..0fd4dc314c62 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.103.0" +version = "0.103.1" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 21210a145a30..0c746895c5d2 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.205.0" +version = "0.205.1" [package.metadata.docs.rs] all-features = true