chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-31 00:56:42 +00:00
parent 073751f70d
commit 24ce355d77
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/minifier)** Fix `react-ace` (#4183) ([9a9a4f3](https://github.com/swc-project/swc/commit/9a9a4f37d82336f53bf6efbdf4ee38a63d45e278))
- **(es/optimization)** Support jsx in `dce` (#4203) ([073751f](https://github.com/swc-project/swc/commit/073751f70d7eb557d0f865aa997cbc36396d923d))
- **(es/parser)** Fix parsing of an arrow and a conditional expression (#4199) ([99a0d34](https://github.com/swc-project/swc/commit/99a0d34a1e13a69f5bc1ecf51a6279adab6c20cc))
### Features

2
Cargo.lock generated
View File

@ -3472,7 +3472,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.109.1"
version = "0.109.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.109.1"
version = "0.109.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]