chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-17 07:37:08 +00:00
parent c01476d9ae
commit f226c0a3d8
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(es/minifier)** Enable `computed_props` by default (#4678) ([04d66db](https://github.com/swc-project/swc/commit/04d66dbc8b8179300e69164bb9257e87cb887a03))
- **(es/minifier)** Enable `conditionals` by default (#4687) ([c01476d](https://github.com/swc-project/swc/commit/c01476d9ae0a617489099237fa08b90018693eb5))
- **(html/minifier)** Compress more json content (#4684) ([3aac28e](https://github.com/swc-project/swc/commit/3aac28e9df0de3c543e6677882eee1ec51fef6a9))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3411,7 +3411,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.114.4"
version = "0.114.5"
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.114.4"
version = "0.114.5"
[package.metadata.docs.rs]
all-features = true