From 31b3cf21707f088d8379a03837edca0bd023d587 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 28 Jul 2022 01:33:29 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_html_minifier/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2a49b359b..7f4d5c2b307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ - **(css/prefixer)** Avoid prefixes for media features (#5308) ([925b16a](https://github.com/swc-project/swc/commit/925b16a563227a43fc52c107a8d2ead577137aa3)) +### Features + + + +- **(html/minifier)** Compress title (#5320) ([6ad5b3c](https://github.com/swc-project/swc/commit/6ad5b3ce5fc1ebb1ab37d03039065af682369610)) + ### Testing diff --git a/Cargo.lock b/Cargo.lock index 9ea91fb3f85..7c553e0f5ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3982,7 +3982,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.51.0" +version = "0.51.1" dependencies = [ "once_cell", "serde", diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index a258da69537..bfe39aa0397 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = "Apache-2.0" name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.51.0" +version = "0.51.1" [lib] bench = false