chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-29 04:27:33 +00:00
parent 6d3ea17aa6
commit c0abdb394a
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/minifier)** Evaluate trivial expressions (#4179) ([a6f6799](https://github.com/swc-project/swc/commit/a6f679981140867bd36e887249ae63d75186ca5a))
- **(es/minifier)** Optimize switches more correctly (#4180) ([6d3ea17](https://github.com/swc-project/swc/commit/6d3ea17aa6b708c7819a6769dccd920bd3fe2efe))
## [1.2.161] - 2022-03-28
### Bug Fixes

2
Cargo.lock generated
View File

@ -3478,7 +3478,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.109.0"
version = "0.109.1"
dependencies = [
"ahash",
"dashmap",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.109.0"
version = "0.109.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]