From 4f8484add09add97f41a3baaea239ff604c19a15 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Mon, 23 May 2022 13:07:01 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_ecma_utils/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbab611ed56..389bf260b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - **(es/loader)** Fix hang related to `jsc.paths` (#4742) ([777ea37](https://github.com/swc-project/swc/commit/777ea371d0bd17c6acd7aa2e7b20057de4577c08)) +- **(es/minifier)** Consider parameters while detecting pure calls (#4748) ([e4dee1e](https://github.com/swc-project/swc/commit/e4dee1ed3304f9b5950b99360054dc72201c80ad)) + + - **(es/modules/cjs)** FIx detection of exported names (#4737) ([d9bb59a](https://github.com/swc-project/swc/commit/d9bb59a8cb1998f87b0f115e9cc4b0b53923096a)) diff --git a/Cargo.lock b/Cargo.lock index 42253f6f4d1..a6003a0ec7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3782,7 +3782,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.85.0" +version = "0.85.1" dependencies = [ "indexmap", "once_cell", diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 8f08fd922af..447776fb4c2 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.85.0" +version = "0.85.1" [package.metadata.docs.rs] all-features = true