chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-09 21:38:24 +00:00
parent 2ab7594b4a
commit bf2d5ff909
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/minifier)** Fix switches (#4595) ([2ab7594](https://github.com/swc-project/swc/commit/2ab7594b4abf72c6e5d6da49b2c08e9faac44ffb))
### Features

2
Cargo.lock generated
View File

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