chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-13 20:05:54 +00:00
parent 35806385ea
commit 91cff0af80
3 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@
- **(css/parser)** Improve performance of lexer (#4921) ([327969d](https://github.com/swc-project/swc/commit/327969d0d96159ed45a45a92e943d9d426de303c))
- **(es/minifier)** Make more things parallel and reduce call stacks (#4915) ([3580638](https://github.com/swc-project/swc/commit/35806385eab405a3a03d88172c94dfefb2599240))
- **(es/transforms)** Make rename operator parallel (#4951) ([445d585](https://github.com/swc-project/swc/commit/445d58518dc1ea5ab670f4e3d9e8b833108e1cf7))
### Refactor

2
Cargo.lock generated
View File

@ -3392,7 +3392,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.120.1"
version = "0.120.2"
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.120.1"
version = "0.120.2"
[package.metadata.docs.rs]
all-features = true