chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-08 10:06:14 +00:00
parent 8b3aa6d3aa
commit 4c8e747c5c
3 changed files with 5 additions and 2 deletions

View File

@ -47,6 +47,9 @@
- **(es)** Add fast memory deallocator (#3910) ([f3da349](https://github.com/swc-project/swc/commit/f3da3499c5b2a2a58bdc85f33dd5886f49704932))
- **(es/minifier)** Remove needless type parameter (#3897) ([8b3aa6d](https://github.com/swc-project/swc/commit/8b3aa6d3aaf46a7bf4e8972bc867dede950196db))
- **(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.2"
version = "0.87.3"
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.2"
version = "0.87.3"
[package.metadata.docs.rs]
all-features = true