chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-25 07:54:53 +00:00
parent fec0f2e417
commit 747b8a1889
3 changed files with 5 additions and 2 deletions

View File

@ -40,6 +40,9 @@
- **(html/minifier)** Initialize crate (#4403) ([63a6280](https://github.com/swc-project/swc/commit/63a6280e8f691f93db246db02ce2479b08874220))
- **(html/minifier)** Remove `script` `type` attribute (#4407) ([fec0f2e](https://github.com/swc-project/swc/commit/fec0f2e417b8da2e0391f594f28d32e93b03673e))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3800,7 +3800,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -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.2.0"
version = "0.2.1"
[lib]
bench = false