chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-28 17:30:17 +00:00
parent 20982288fb
commit 44567bb065
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@
- **(es/minifier)** Fix skipping logic of sequential inliner (#4469) ([233c4d5](https://github.com/swc-project/swc/commit/233c4d5b860d557710bfe654f76d7901e5d0b3a0))
- **(html/parser)** Fix bugs (#4459) ([2098228](https://github.com/swc-project/swc/commit/20982288fb05dcb4e2c72e5ea4c0888a0e946580))
### Features

2
Cargo.lock generated
View File

@ -3852,7 +3852,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.5.8"
version = "0.5.9"
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.8"
version = "0.5.9"
[lib]
bench = false