chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-27 07:12:22 +00:00
parent 731c59e9b7
commit 23bc98b17d
3 changed files with 5 additions and 2 deletions

View File

@ -40,6 +40,9 @@
- **(html/codegen)** Omit start and end tags if it is possible (#4780) ([c6ec9f9](https://github.com/swc-project/swc/commit/c6ec9f9cf20e149ce9cb8364403a031e3547741c))
- **(html/minifier)** Compress more json types (#4813) ([731c59e](https://github.com/swc-project/swc/commit/731c59e9b7df7edd300871db8657e0d49b6b9a80))
### Performance

2
Cargo.lock generated
View File

@ -3971,7 +3971,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.7.1"
version = "0.7.2"
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.7.1"
version = "0.7.2"
[lib]
bench = false