chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-25 08:29:05 +00:00
parent 4ccbdf2a7d
commit 6d4b32a51c
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(html/parser)** Parse foreign attributes (#4400) ([cf3be64](https://github.com/swc-project/swc/commit/cf3be649bb327feda8bce4e7ab7eca92d248c2da))
- **(html/parser)** Fix parsing of foreign elements (#4422) ([4ccbdf2](https://github.com/swc-project/swc/commit/4ccbdf2a7d6419552db6b34586a32fef52b200bd))
### Features

2
Cargo.lock generated
View File

@ -3813,7 +3813,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.5.1"
version = "0.5.2"
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.1"
version = "0.5.2"
[lib]
bench = false