From dcc4f2a7061808e21da57e3d7cfb989ab8288f73 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 29 Jun 2022 12:33:43 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- crates/swc_html_minifier/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34679c5ccee..2354ebaaa65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - **(es/modules)** Handle `this` in class methods (#5065) ([ef543b1](https://github.com/swc-project/swc/commit/ef543b1b22b9cf29add68984318fe19620240888)) + +- **(html/minifier)** Fix smart mode (#5058) ([e9bad20](https://github.com/swc-project/swc/commit/e9bad20898df92f7d0dd898ab1924229d5113251)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 29508c72a4a..69d85710578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,7 +3967,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.23.0" +version = "0.23.1" dependencies = [ "once_cell", "serde", diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 6b9dd754324..8755daabafa 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.23.0" +version = "0.23.1" [lib] bench = false