chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-10 05:57:55 +00:00
parent f1ec8620ac
commit ce57482ac8
3 changed files with 5 additions and 2 deletions

View File

@ -92,6 +92,9 @@
- **(es/minifier)** Remove needless type parameter (#3897) ([8b3aa6d](https://github.com/swc-project/swc/commit/8b3aa6d3aaf46a7bf4e8972bc867dede950196db))
- **(es/minifier)** Make optimization of pure calls parallel (#3938) ([f1ec862](https://github.com/swc-project/swc/commit/f1ec8620ac0df2f0325bd0437227b277de099950))
- **(es/parser)** Improve performance by adjusting inlining (#3902) ([4387813](https://github.com/swc-project/swc/commit/43878137e71894fbb3367473317ba65de5e40616))
### Refactor

2
Cargo.lock generated
View File

@ -3101,7 +3101,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.87.5"
version = "0.87.6"
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.87.5"
version = "0.87.6"
[package.metadata.docs.rs]
all-features = true