chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-06 13:31:59 +00:00
parent 446172f145
commit d5b67686bf
3 changed files with 8 additions and 2 deletions

View File

@ -55,6 +55,12 @@
- **(repo)** Configure `prettier` (#4523) ([a6d404a](https://github.com/swc-project/swc/commit/a6d404a8c28ab82f15d9f7fbd849e27713a49872))
### Refactor
- **(html/parser)** Cleanup (#4545) ([446172f](https://github.com/swc-project/swc/commit/446172f14575b56d36ef72175c16fa05f374736c))
### Testing

2
Cargo.lock generated
View File

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