From f2d79b8495accb545b7a2d021d83d91169252735 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 25 May 2022 03:05:21 +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 a5303ae1653..1d42a5cfabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ - **(html/minifier)** Improve script type compression (#4785) ([b5e481c](https://github.com/swc-project/swc/commit/b5e481c114bba00c4f69f8df2a6309cd46ba8962)) +- **(html/minifier)** Sort classes (#4783) ([11aa6be](https://github.com/swc-project/swc/commit/11aa6bee9e1a0f31d2aec9b5111a4682e4c633ea)) + + - **(plugin)** Implement `SourceMap.span_to_*` (#4781) ([a937357](https://github.com/swc-project/swc/commit/a937357d47471222db4e62021ec507cd96597d9c)) ## [1.2.192] - 2022-05-24 diff --git a/Cargo.lock b/Cargo.lock index bc7cb5f488d..c50779a0540 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3953,7 +3953,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.6.1" +version = "0.6.2" dependencies = [ "serde_json", "swc_atoms", diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 679b9b980b4..69b1a3a5916 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.6.1" +version = "0.6.2" [lib] bench = false