From b7573451b3a2909cc3edf1e4b661fda9099715b7 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 2 Aug 2022 11:39:47 +0000 Subject: [PATCH] chore: Publish 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 713ad37a1a1..ec552c46197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - **(es/minifier)** Drop more comments (#5361) ([27cdc65](https://github.com/swc-project/swc/commit/27cdc65a51af28e8a6073c325fe549d270b3f7dc)) + +- **(es/minifier)** Optimize inlining function calls with a literal in arguments (#5365) ([b221f90](https://github.com/swc-project/swc/commit/b221f90117a77f684dc6b9ae5296c6bd1a2d8349)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 79f89849e4d..50d441f3f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3427,7 +3427,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.142.4" +version = "0.142.5" dependencies = [ "ahash", "ansi_term", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index f26defcd65f..50edee77f1c 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.142.4" +version = "0.142.5" [package.metadata.docs.rs] all-features = true