chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-03 03:49:47 +00:00
parent efe87bcbf6
commit 9a07601222
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@
- **(html/parser)** Fix parsing of `select` (#4504) ([b8588c4](https://github.com/swc-project/swc/commit/b8588c4a4511373abf53ed303f975b7c9eeaec61))
- **(html/parser)** Fix parsing of a table with a table (#4506) ([efe87bc](https://github.com/swc-project/swc/commit/efe87bcbf65c5fe7ebf8dd219842ca792f823292))
- **(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.13"
version = "0.5.14"
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.13"
version = "0.5.14"
[lib]
bench = false