chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-02 11:39:47 +00:00
parent b221f90117
commit b7573451b3
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@
- **(es/minifier)** Drop more comments (#5361) ([27cdc65](https://github.com/swc-project/swc/commit/27cdc65a51af28e8a6073c325fe549d270b3f7dc))
- **(es/minifier)** Optimize inlining function calls with a literal in arguments (#5365) ([b221f90](https://github.com/swc-project/swc/commit/b221f90117a77f684dc6b9ae5296c6bd1a2d8349))
### Features

2
Cargo.lock generated
View File

@ -3427,7 +3427,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.142.4"
version = "0.142.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.142.4"
version = "0.142.5"
[package.metadata.docs.rs]
all-features = true