chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-27 05:40:42 +00:00
parent c80b9e106a
commit 7f762d6ea2
3 changed files with 5 additions and 2 deletions

View File

@ -46,6 +46,9 @@
- **(html/minifier)** Don't break unknown attributes (#5256) ([4f55459](https://github.com/swc-project/swc/commit/4f55459b013eeee8374ee9587e7d7c71d16262ec))
- **(html/parser)** Fix span (#5312) ([c80b9e1](https://github.com/swc-project/swc/commit/c80b9e106a432a858e40817069862b9a8f235ad3))
### Documentation

2
Cargo.lock generated
View File

@ -4010,7 +4010,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.28.0"
version = "0.28.1"
dependencies = [
"criterion",
"serde",

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.28.0"
version = "0.28.1"
[lib]
bench = false