chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-13 19:55:48 +00:00
parent 63d630d477
commit 925f4d1641
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@
- **(html/minifier)** Compress whitespaces (#4916) ([f2690cc](https://github.com/swc-project/swc/commit/f2690cce08bf2e922b7eb9146288ca78ad0eeed4))
- **(html/minifier)** Add `remove_empty_attributes` option (#4958) ([63d630d](https://github.com/swc-project/swc/commit/63d630d47761f1ab9c60a40c5bedf8542366f975))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3959,7 +3959,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"serde",
"serde_json",

View File

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