From 167ceb38d162fc21f5209af7304f1bfa019c34e7 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 20 Aug 2022 04:07:27 +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 560a0c3b674..1fa544ed3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ - **(css/ast)** Make `keyword` optional (#5543) ([a3c1ac6](https://github.com/swc-project/swc/commit/a3c1ac67d708b6c95ef9a9b0892df90bdb26ffe5)) + +- **(html/minifier)** Improve minification modes (#5568) ([3cb6fc2](https://github.com/swc-project/swc/commit/3cb6fc2a29b541c32ff95baf0a07021ffe0dd089)) + ## [1.2.241] - 2022-08-19 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 75ed2e5ed82..e2fa576d60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3933,7 +3933,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.57.0" +version = "0.57.1" dependencies = [ "once_cell", "serde", diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index a19f7dccbe4..a392a9dc40b 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.57.0" +version = "0.57.1" [lib] bench = false