chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-28 02:33:39 +00:00
parent 0ae43502f3
commit 55abf8fc28
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@
- **(es/parser)** Reject indirect opt chain in assignment (#4447) ([df7b3f6](https://github.com/swc-project/swc/commit/df7b3f611a7bf5509e143cf81a69e0443cf80288))
- **(html/minifier)** Compress whitespaces (#4463) ([0ae4350](https://github.com/swc-project/swc/commit/0ae43502f3f54ad7d77b790c9f1ad2af63d32090))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3838,7 +3838,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.2.3"
version = "0.2.4"
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.3"
version = "0.2.4"
[lib]
bench = false