From d4b89db0477e0557a743b14e8dea5bdfcfa0e6cb Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 13 Apr 2024 02:13:18 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_transforms_optimization/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de4d15c1ddc8..9b28097b348e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - **(es/helpers)** Add missing helpers ([#8843](https://github.com/swc-project/swc/issues/8843)) ([67bfcf4](https://github.com/swc-project/swc/commit/67bfcf41f59699ebb5286211fcc2cf5546f94376)) +- **(es/minifier)** Handle switch cases ([#8854](https://github.com/swc-project/swc/issues/8854)) ([7a89e5d](https://github.com/swc-project/swc/commit/7a89e5da3be25d00e5cc18b46c847f0e8de54022)) + + - **(es/plugin)** Create `tokio` runtime only if necessary ([#8845](https://github.com/swc-project/swc/issues/8845)) ([62c4f5e](https://github.com/swc-project/swc/commit/62c4f5efb84daa5f9e7f88bbbfddd7823bb1355d)) diff --git a/Cargo.lock b/Cargo.lock index fd5822fa33c6..83e36a9eac76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4743,7 +4743,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.198.19" +version = "0.198.20" dependencies = [ "dashmap", "indexmap 2.1.0", diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index a1754628ec8b..5408c67840ad 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.198.19" +version = "0.198.20" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]