chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-25 23:47:39 +00:00
parent 3293060070
commit 47cfda2836
3 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@
- **(html/parser)** Fix parsing of foreign elements (#4422) ([4ccbdf2](https://github.com/swc-project/swc/commit/4ccbdf2a7d6419552db6b34586a32fef52b200bd))
- **(html/parser)** Fix span (#4437) ([3293060](https://github.com/swc-project/swc/commit/329306007018d733bc9d348cd4a5dc839768b3e8))
### Features

2
Cargo.lock generated
View File

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