chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-27 12:51:18 +00:00
parent 759688c412
commit abbc317f47
3 changed files with 5 additions and 2 deletions

View File

@ -58,6 +58,9 @@
- **(html/parser)** Improve lexer (#4802) ([f71ef61](https://github.com/swc-project/swc/commit/f71ef61cb7056e602a9ae94f20d0757e795eff18))
- **(html/parser)** Improve lexer performance even more (#4819) ([759688c](https://github.com/swc-project/swc/commit/759688c412f05032d79d3cdab42f65c83c57c005))
### Refactor

2
Cargo.lock generated
View File

@ -3985,7 +3985,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.10.1"
version = "0.10.2"
dependencies = [
"bitflags",
"criterion",

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