chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-03 04:44:48 +00:00
parent 5e151c8a8e
commit bb5fcdbb4d
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@
- **(es/minifier)** Make DCE single-pass (#5699) ([8827c38](https://github.com/swc-project/swc/commit/8827c38faf527e3f0485d2537dc1515df12f889c))
- **(es/minifier)** Support cycles in DCE (#5715) ([5e151c8](https://github.com/swc-project/swc/commit/5e151c8a8e48eae6cd93d5166fcaa87b84f4a341))
### Refactor

2
Cargo.lock generated
View File

@ -3666,7 +3666,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.160.0"
version = "0.160.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.160.0"
version = "0.160.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]