chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-26 19:10:58 +00:00
parent 9202ff9700
commit f41c82ac67
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(html/minifier)** Add `remove_comments` option (#5037) ([e6c78d0](https://github.com/swc-project/swc/commit/e6c78d0b1d863c61882c941f62fccd04a501530b))
- **(html/minifier)** Improve smart mode (#5004) ([9202ff9](https://github.com/swc-project/swc/commit/9202ff9700cbea5714a65746d7375fa41f8bb140))
## [1.2.205] - 2022-06-24
### Bug Fixes

2
Cargo.lock generated
View File

@ -3398,7 +3398,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.123.0"
version = "0.123.1"
dependencies = [
"ahash",
"ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.123.0"
version = "0.123.1"
[package.metadata.docs.rs]
all-features = true