From 23544925e50a49cf579ce6cc18417d727a5b8ce7 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 14 Feb 2022 15:47:54 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 4 ++-- crates/swc_ecma_minifier/Cargo.toml | 2 +- crates/swc_ecma_utils/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a931e3c28..0da498fb3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - **(es/compat)** Handle arrow parameters in class fields (#3556) ([45b44b0](https://github.com/swc-project/swc/commit/45b44b088cf0c0964232b66bb4b7b5f9e539623d)) + +- **(es/minifier)** Fix analyzer (#3557) ([ac1d405](https://github.com/swc-project/swc/commit/ac1d4058f276693f52d5ccec5ccbb4c04f62bc9f)) + ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 3730475ca75..444b7ea0fba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2946,7 +2946,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.73.3" +version = "0.73.4" dependencies = [ "ahash", "ansi_term", @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.65.1" +version = "0.65.2" dependencies = [ "indexmap", "once_cell", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index e6afc140f73..4afd510c24a 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.73.3" +version = "0.73.4" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 383d920a28c..69e556ac7d3 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.65.1" +version = "0.65.2" [package.metadata.docs.rs] all-features = true