chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-13 13:57:49 +00:00
parent f2690cce08
commit c01b971e8b
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(es/minifier)** Turn `Array`/`Object` calls into literals (#4947) ([47bdc6a](https://github.com/swc-project/swc/commit/47bdc6a6b13c5a4d6b85d4e3a0e729126c7b5f9d))
- **(html/minifier)** Compress whitespaces (#4916) ([f2690cc](https://github.com/swc-project/swc/commit/f2690cce08bf2e922b7eb9146288ca78ad0eeed4))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3931,7 +3931,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.12.3"
version = "0.12.4"
dependencies = [
"auto_impl",
"bitflags",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_html_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.12.3"
version = "0.12.4"
[lib]
bench = false