chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-31 09:14:23 +00:00
parent 10718547e0
commit 30742ae6e7
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/minifier)** Fix evaluation of IIFEs (#4207) ([1071854](https://github.com/swc-project/swc/commit/10718547e0724271f7b8e06292647ec6faa035f7))
- **(es/optimization)** Support jsx in `dce` (#4203) ([073751f](https://github.com/swc-project/swc/commit/073751f70d7eb557d0f865aa997cbc36396d923d))

2
Cargo.lock generated
View File

@ -3234,7 +3234,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.97.3"
version = "0.97.4"
dependencies = [
"ahash",
"ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.97.3"
version = "0.97.4"
[package.metadata.docs.rs]
all-features = true