chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-03 04:17:53 +00:00
parent 5ac5ae200c
commit 0df200f786
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@
- **(es/modules)** Create an indirect call for a lazy require (#5089) ([0a7ca2f](https://github.com/swc-project/swc/commit/0a7ca2f4bbfaa2573b4da6b25127064cbcfd755f))
- **(html/minifier)** Small fix (#5079) ([5ac5ae2](https://github.com/swc-project/swc/commit/5ac5ae200c3c896f205e7c4567a5a6281d16015b))
### Features

2
Cargo.lock generated
View File

@ -3968,7 +3968,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.29.0"
version = "0.29.1"
dependencies = [
"once_cell",
"serde",

View File

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