chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-05 02:51:14 +00:00
parent 6310eab966
commit f87d94a50e
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(html/parser)** Fix parsing of cdata in foreign context (#4531) ([5dc9376](https://github.com/swc-project/swc/commit/5dc9376a4ba4d449d1c3f2755a6aca6a77919f6f))
- **(html/parser)** Fix a bug with optional `li` (#4526) ([6310eab](https://github.com/swc-project/swc/commit/6310eab96652bbe747eaf1b467894b2dbacfab98))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

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