chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-21 11:02:18 +00:00
parent 5d0e8fbda4
commit 789af6b663
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(es/minifier)** Implement more skipping rules for `sequences` (#4716) ([dc67911](https://github.com/swc-project/swc/commit/dc67911f61cb6e0f4c2e37ed0d32ed3f62cb0501))
- **(html/parser)** Report an error for a legacy doctype (#4717) ([5d0e8fb](https://github.com/swc-project/swc/commit/5d0e8fbda41d012c8fb258bdc0c61402ba9f8a7e))
## [1.2.187] - 2022-05-20
### Bug Fixes

2
Cargo.lock generated
View File

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