chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-20 13:08:47 +00:00
parent 7745fbf604
commit 626be5af36
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@
- **(html/minifier)** Compress more svg/mathml attributes (#5001) ([1538649](https://github.com/swc-project/swc/commit/15386492372bd8bf322bd60a71ebdff54a15ebf8))
- **(html/minifier)** Add an API to minify document fragments (#5002) ([7745fbf](https://github.com/swc-project/swc/commit/7745fbf604d6c3c8daeb61eced8c01b464e385db))
## [1.2.204] - 2022-06-18
### Bug Fixes

2
Cargo.lock generated
View File

@ -3960,7 +3960,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.14.4"
version = "0.14.5"
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.14.4"
version = "0.14.5"
[lib]
bench = false