chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-28 01:47:51 +00:00
parent 65a158a66b
commit 1bce018804
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@
- **(html/parser)** Parse table including broken one (#4451) ([6e60813](https://github.com/swc-project/swc/commit/6e6081336714861055a1ae148f1305e2ab180efc))
- **(html/parser)** Fix fosting logic for text nodes (#4457) ([65a158a](https://github.com/swc-project/swc/commit/65a158a66b2a394f70757ae363ab329ced71436f))
### Features

2
Cargo.lock generated
View File

@ -3851,7 +3851,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.5.7"
version = "0.5.8"
dependencies = [
"bitflags",
"lexical",

View File

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