chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-28 01:33:29 +00:00
parent 6ad5b3ce5f
commit 31b3cf2170
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(css/prefixer)** Avoid prefixes for media features (#5308) ([925b16a](https://github.com/swc-project/swc/commit/925b16a563227a43fc52c107a8d2ead577137aa3))
### Features
- **(html/minifier)** Compress title (#5320) ([6ad5b3c](https://github.com/swc-project/swc/commit/6ad5b3ce5fc1ebb1ab37d03039065af682369610))
### Testing

2
Cargo.lock generated
View File

@ -3982,7 +3982,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.51.0"
version = "0.51.1"
dependencies = [
"once_cell",
"serde",

View File

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