From 86efe781a338dc3a74311504c845f12234907b04 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sun, 15 May 2022 16:24:33 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- crates/swc_ecma_minifier/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c1b35d4b9..a0c7cb3d426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog ## [unreleased] +### Features + + + +- **(es/minifier)** Improve `ignore_return_value` (#4673) ([e57123e](https://github.com/swc-project/swc/commit/e57123e61ce4d07bd10c2e56f6e809b90a9d43f2)) + +## [1.2.184] - 2022-05-15 + ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 51dbcc58307..30be33069b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3367,7 +3367,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.114.2" +version = "0.114.3" dependencies = [ "ahash", "ansi_term", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index b2303f6eb9e..8441687e1cf 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.114.2" +version = "0.114.3" [package.metadata.docs.rs] all-features = true