From 6730fbd778d53d5de432c79a68fefd09c0c6dcdd Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 24 May 2022 05:06:51 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/swc_html_parser/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67065c96391..e7f49143857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5e5ac5062c1..1c62264c219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3966,7 +3966,7 @@ dependencies = [ [[package]] name = "swc_html_parser" -version = "0.8.9" +version = "0.8.10" dependencies = [ "bitflags", "criterion", diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index 5630bf0cd0b..b112e456a07 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -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