From ad1cc5f97253b12fb3f5730964140718753a073d Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 7 May 2024 05:28:42 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_minifier/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cad00b11ad3..ef833f51bcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - **(es/minifier)** Respect `module: false` ([#8925](https://github.com/swc-project/swc/issues/8925)) ([aca6a77](https://github.com/swc-project/swc/commit/aca6a77903e31099f473587eb9285ae1c4dee309)) + +- **(es/minifier)** Consider side effects of operands of binary expressions ([#8929](https://github.com/swc-project/swc/issues/8929)) ([4d4a7a9](https://github.com/swc-project/swc/commit/4d4a7a9bcb39228973c0da2991310b5107feb319)) + ## [1.5.4] - 2024-05-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index dc056c2189ae..c0a7b910f661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4469,7 +4469,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.194.0" +version = "0.194.1" dependencies = [ "ansi_term", "anyhow", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index e9b9595db07f..6f9033f706f1 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.194.0" +version = "0.194.1" [package.metadata.docs.rs] all-features = true