chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-21 16:31:35 +00:00
parent 1c4d50f06a
commit 3ae6644900
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(html/parser)** Fix error reporting in the foreign context (#4725) ([4df0637](https://github.com/swc-project/swc/commit/4df06378179bc27562e84e0814c0878b8edf29f5))
- **(html/parser)** Fix parsing of closing tag in foreign contents (#4721) ([1c4d50f](https://github.com/swc-project/swc/commit/1c4d50f06a86a8c34d929090457f8970ed3b58e3))
## [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.5"
version = "0.8.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.8.5"
version = "0.8.6"
[lib]
bench = false