chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-21 14:31:29 +00:00
parent 28bc735d03
commit b0a1df76e4
3 changed files with 5 additions and 2 deletions

View File

@ -34,6 +34,9 @@
- **(html/minifier)** Add an API to minify document fragments (#5002) ([7745fbf](https://github.com/swc-project/swc/commit/7745fbf604d6c3c8daeb61eced8c01b464e385db))
- **(html/minifier)** Minify js (#4999) ([28bc735](https://github.com/swc-project/swc/commit/28bc735d03987dd965fdefe7284b30bee3346a3a))
### Testing

2
Cargo.lock generated
View File

@ -3960,7 +3960,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.14.5"
version = "0.14.6"
dependencies = [
"once_cell",
"serde",

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