chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-23 04:06:56 +00:00
parent 51f4cea103
commit 516b0b804b
3 changed files with 5 additions and 2 deletions

View File

@ -34,6 +34,9 @@
- **(html/parser)** Improve error reporting (#4728) ([c346d30](https://github.com/swc-project/swc/commit/c346d309a7f2d16bac84bd9f8bdf74520ab6f711))
- **(html/parser)** Improve error reporting (#4740) ([51f4cea](https://github.com/swc-project/swc/commit/51f4cea10349145a66e45dabb78cc244784b3c98))
## [1.2.189] - 2022-05-21
### Bug Fixes

2
Cargo.lock generated
View File

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