chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-27 08:43:41 +00:00
parent d833057d79
commit c9388326d6
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(es/modules)** Fix lazy option of common js (#4807) ([f4c6a20](https://github.com/swc-project/swc/commit/f4c6a20654ac172ce84e7fc0e0c5d7c98acbc535))
- **(html/codegen)** Handle HTML entities correctly (#4782) ([d833057](https://github.com/swc-project/swc/commit/d833057d7917a376a020fd1ac3d3869b1dce1db7))
- **(html/minifier)** Avoid removing id with spaces (#4786) ([c35cb59](https://github.com/swc-project/swc/commit/c35cb598f7a95795ea9d11ab7510f540a17d0639))

2
Cargo.lock generated
View File

@ -3945,7 +3945,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.10.0"
version = "0.10.1"
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.0"
version = "0.10.1"
[lib]
bench = false