chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-24 05:06:51 +00:00
parent 984d69e67b
commit 6730fbd778
3 changed files with 8 additions and 2 deletions

View File

@ -88,6 +88,12 @@
- **(es/parser)** Remove duplicate (#4750) ([b7a195a](https://github.com/swc-project/swc/commit/b7a195a1cf18763b19846b7f14efc80a0f17fd1e))
### Testing
- **(html/parser)** Enable error reporting tests (#4764) ([984d69e](https://github.com/swc-project/swc/commit/984d69e67b4a791922dd62050937a77f1f499927))
## [1.2.189] - 2022-05-21
### Bug Fixes

2
Cargo.lock generated
View File

@ -3966,7 +3966,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.8.9"
version = "0.8.10"
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.8.9"
version = "0.8.10"
[lib]
bench = false