From cb5ca547aa37dc6460e6bdb987f642a8d878911f Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 12 May 2022 06:11:52 +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 677f519518b..d2403504577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/minifier)** Don't create direct `eval` (#4634) ([4f32070](https://github.com/swc-project/swc/commit/4f32070c0cc89c6e076319d180afbfd2b02f87bb)) + + - **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223)) ### Features diff --git a/Cargo.lock b/Cargo.lock index 44b5ce3f570..c66cf9fc026 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3334,7 +3334,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.113.0" +version = "0.113.1" dependencies = [ "ahash", "ansi_term", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index cea47c65360..b7c22411264 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.113.0" +version = "0.113.1" [package.metadata.docs.rs] all-features = true