chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-14 01:46:19 +00:00
parent 1f945b9277
commit c96cbe9b27
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(html/parser)** Fix error reporting (#4644) ([1f945b9](https://github.com/swc-project/swc/commit/1f945b9277e564e393505b0baeaf3526d8a34d64))
### Features

2
Cargo.lock generated
View File

@ -3922,7 +3922,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"bitflags",
"lexical",

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.7.2"
version = "0.7.3"
[lib]
bench = false