chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-09 06:06:22 +00:00
parent 4cc247f39f
commit 23a24b46a5
3 changed files with 8 additions and 2 deletions

View File

@ -31,6 +31,12 @@
- **(ci)** Improve CI scripts (#4572) ([f23c943](https://github.com/swc-project/swc/commit/f23c943227e8438dabeaa951bab552cd3d076e41))
### Refactor
- **(html/parser)** Resolve TODO (#4577) ([4cc247f](https://github.com/swc-project/swc/commit/4cc247f39f53ee2c4183c3881c3b686a109a3419))
### Testing

2
Cargo.lock generated
View File

@ -3879,7 +3879,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.5.28"
version = "0.5.29"
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.28"
version = "0.5.29"
[lib]
bench = false