chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-29 12:33:43 +00:00
parent e9bad20898
commit dcc4f2a706
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@
- **(es/modules)** Handle `this` in class methods (#5065) ([ef543b1](https://github.com/swc-project/swc/commit/ef543b1b22b9cf29add68984318fe19620240888))
- **(html/minifier)** Fix smart mode (#5058) ([e9bad20](https://github.com/swc-project/swc/commit/e9bad20898df92f7d0dd898ab1924229d5113251))
### Features

2
Cargo.lock generated
View File

@ -3967,7 +3967,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.23.0"
version = "0.23.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.23.0"
version = "0.23.1"
[lib]
bench = false