chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-03 05:01:33 +00:00
parent 8b67bb99fa
commit 0968d7426f
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(wasm)** Add json error (#4853) ([fd3501b](https://github.com/swc-project/swc/commit/fd3501bf87f4e711e72e9e8fd12f64f4cfa08157))
### Performance
- **(html/parser)** Improve lexer performance (#4869) ([8b67bb9](https://github.com/swc-project/swc/commit/8b67bb99fa98f2ad7299d309e30e3d6c1208232f))
### Testing

2
Cargo.lock generated
View File

@ -3950,7 +3950,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.10.5"
version = "0.10.6"
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.5"
version = "0.10.6"
[lib]
bench = false