chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-12 09:23:46 +00:00
parent 9c190f0a8e
commit 073ca87012
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/minifier)** Don't create direct `eval` (#4634) ([56a227a](https://github.com/swc-project/swc/commit/56a227ad9dc5b9b706fe8b0d35bf086e986dda07))
- **(es/minifier)** Fix optimization of spread (#4639) ([9c190f0](https://github.com/swc-project/swc/commit/9c190f0a8ec64e9d7c39e28f5370cc0a1e61f34c))
- **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223))
### Features

2
Cargo.lock generated
View File

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