chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-10 03:24:33 +00:00
parent 097ff1ddc1
commit 20a7304267
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/minifier)** Fix switches (#4595) ([2ab7594](https://github.com/swc-project/swc/commit/2ab7594b4abf72c6e5d6da49b2c08e9faac44ffb))
- **(es/minifier)** Fix `with` and `NaN` (#4596) ([097ff1d](https://github.com/swc-project/swc/commit/097ff1ddc1675e1168b319da009221e345e2f4ea))
### Features

2
Cargo.lock generated
View File

@ -3334,7 +3334,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.111.4"
version = "0.111.5"
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.111.4"
version = "0.111.5"
[package.metadata.docs.rs]
all-features = true