chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-10 05:23:18 +00:00
parent 859dc440b4
commit 563602142c
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(es/minifier)** Fix switch with a unknown case (#4597) ([8944a3b](https://github.com/swc-project/swc/commit/8944a3bdf54497a6ab03194b3d96ccfe902c016b))
- **(es/minifier)** Preserve more `this` (#4599) ([859dc44](https://github.com/swc-project/swc/commit/859dc440b43c0dbd17ef8cee2998de3ce8c009a0))
### Features

2
Cargo.lock generated
View File

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