chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-30 06:00:10 +00:00
parent 7407f218f8
commit c523832c80
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/minifier)** Apply name mangler for more cases (#4840) ([0567f67](https://github.com/swc-project/swc/commit/0567f67664cc2407d45bf8b17821edc4b828198c))
- **(html/codegen)** Prevent omitting body for title (#4814) ([7407f21](https://github.com/swc-project/swc/commit/7407f218f8b294d3d7998334bdd908abc519ecb0))
## [1.2.195] - 2022-05-29
### Bug Fixes

2
Cargo.lock generated
View File

@ -3910,7 +3910,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.10.3"
version = "0.10.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.10.3"
version = "0.10.4"
[lib]
bench = false