chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-03 03:17:29 +00:00
parent b8588c4a45
commit 180390df63
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(html/parser)** Fix bugs (#4502) ([fca84eb](https://github.com/swc-project/swc/commit/fca84eb0f27cec0821b1dd63a331de9b7d1118b4))
- **(html/parser)** Fix parsing of `select` (#4504) ([b8588c4](https://github.com/swc-project/swc/commit/b8588c4a4511373abf53ed303f975b7c9eeaec61))
- **(node/types)** Add types for `jsc.minify.format` (#4492) ([3ed1538](https://github.com/swc-project/swc/commit/3ed1538bfe3cc8fb008b34c7a78dc239115f4159))
### Features

2
Cargo.lock generated
View File

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