From 9feabcd1452d7c05b89d8e6a3033fa8353c587e3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 7 Apr 2022 08:11:17 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_ecma_minifier/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20bc3b207a..d9da773561d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - **(plugin)** Align version of `swc_common` to include dummy comment api (#4270) ([fad652f](https://github.com/swc-project/swc/commit/fad652f879d12a1015b4500f0a512232c9433c2d)) +### Refactor + + + +- **(es/minifier)** Merge code for multi-replacer (#4269) ([434dcf4](https://github.com/swc-project/swc/commit/434dcf4af786a7d31827f7b078dea40efc35b64f)) + ## [1.2.164] - 2022-04-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index dbd5ad383e8..c315db82835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3237,7 +3237,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.100.2" +version = "0.100.3" dependencies = [ "ahash", "ansi_term", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 33d6d0c6ef1..a9914b590be 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.100.2" +version = "0.100.3" [package.metadata.docs.rs] all-features = true