chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-21 15:24:12 +00:00
parent 4df0637817
commit 602be228db
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(html/parser)** Fix error reporting in the foreign context (#4725) ([4df0637](https://github.com/swc-project/swc/commit/4df06378179bc27562e84e0814c0878b8edf29f5))
## [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.4"
version = "0.8.5"
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.4"
version = "0.8.5"
[lib]
bench = false