chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-26 08:04:09 +00:00
parent 8f2a3ead6a
commit 42efc40f7c
3 changed files with 5 additions and 2 deletions

View File

@ -37,6 +37,9 @@
- **(html/parser)** Fix span (#4437) ([3293060](https://github.com/swc-project/swc/commit/329306007018d733bc9d348cd4a5dc839768b3e8))
- **(html/parsing)** Fix parsing of formatting elements (#4442) ([8f2a3ea](https://github.com/swc-project/swc/commit/8f2a3ead6a56c47ae867c40ac863346a0e6bc88a))
### Features

2
Cargo.lock generated
View File

@ -3851,7 +3851,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.5.4"
version = "0.5.5"
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.4"
version = "0.5.5"
[lib]
bench = false