chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-19 01:18:18 +00:00
parent cac8cee62a
commit fc9a85f0f3
3 changed files with 5 additions and 2 deletions

View File

@ -37,6 +37,9 @@
- **(es/minifier)** Improve `if_return` (#4694) ([274648e](https://github.com/swc-project/swc/commit/274648ec2664297043f5acb5cba659ace724fc59))
- **(html/minifier)** Compress characters in `head` (#4682) ([cac8cee](https://github.com/swc-project/swc/commit/cac8cee62abab7dba28d2014d50e9bfdd71e03cc))
### Performance

2
Cargo.lock generated
View File

@ -3953,7 +3953,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"serde_json",
"swc_atoms",

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.5.0"
version = "0.5.1"
[lib]
bench = false