diff --git a/.changeset/popular-crabs-hang.md b/.changeset/popular-crabs-hang.md deleted file mode 100644 index 6d442afe5998..000000000000 --- a/.changeset/popular-crabs-hang.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_ecma_codegen: patch ---- - -fix(es/codegen): Handle minify number diff --git a/Cargo.lock b/Cargo.lock index 2a4552e684a6..7c9e12921fdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.104.0" +version = "0.104.1" dependencies = [ "anyhow", "binding_macros", @@ -4326,7 +4326,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.156.0" +version = "0.156.1" dependencies = [ "base64", "codspeed-criterion-compat", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index de855c5f6deb..321168f8ae31 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.104.0" +version = "0.104.1" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 4561c39dceab..ee87137e0df2 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.156.0" +version = "0.156.1" [features] # This does not enable serde for ast nodes.