From c0abdb394a94bcbc7ea9602163e6ce032c89b996 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 29 Mar 2022 04:27:33 +0000 Subject: [PATCH] chore: Publish 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 63480065d70..63de8e7267f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - **(es/minifier)** Evaluate trivial expressions (#4179) ([a6f6799](https://github.com/swc-project/swc/commit/a6f679981140867bd36e887249ae63d75186ca5a)) + +- **(es/minifier)** Optimize switches more correctly (#4180) ([6d3ea17](https://github.com/swc-project/swc/commit/6d3ea17aa6b708c7819a6769dccd920bd3fe2efe)) + ## [1.2.161] - 2022-03-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index d8713c4751f..a3f148b0f76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3478,7 +3478,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.109.0" +version = "0.109.1" dependencies = [ "ahash", "dashmap", diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index cf8d81e3161..7d04f013148 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.109.0" +version = "0.109.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]