chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-04 06:13:32 +00:00
parent 597c0c672a
commit 66f457ce28
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog # Changelog
## [unreleased] ## [unreleased]
### Bug Fixes
- **(html/parser)** Fix a bug of unwrapping element without parent (#4505) ([597c0c6](https://github.com/swc-project/swc/commit/597c0c672a9111b1a0b6e7219edb577866252343))
### Features ### Features

2
Cargo.lock generated
View File

@ -3852,7 +3852,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_parser" name = "swc_html_parser"
version = "0.5.14" version = "0.5.15"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"lexical", "lexical",

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_html_parser" name = "swc_html_parser"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.5.14" version = "0.5.15"
[lib] [lib]
bench = false bench = false