From 1f01cd42bd81f768ee0fed7346d7a9f7ca183034 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 9 May 2024 01:51:35 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_minifier/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c771632e7a..758b85770cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Bug Fixes + + + +- **(es/minifier)** Abort inliner on mutation via property ([#8938](https://github.com/swc-project/swc/issues/8938)) ([257afc9](https://github.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6)) + ## [1.5.5] - 2024-05-08 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4bd04f456490..adef045e2573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.92.2" +version = "0.92.3" dependencies = [ "anyhow", "binding_macros", @@ -4470,7 +4470,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.194.2" +version = "0.194.3" dependencies = [ "ansi_term", "anyhow", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 3be6854c16bd..d554f28802c4 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.92.2" +version = "0.92.3" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index d1767dca033a..28976e5cbcb3 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.194.2" +version = "0.194.3" [package.metadata.docs.rs] all-features = true