chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-20 13:39:40 +00:00
parent 922299a490
commit 4f7778930e
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/minifier)** Don't drop labels if required (#4370) ([922299a](https://github.com/swc-project/swc/commit/922299a4907d9ce8082c5db2a9dc435abe507ca6))
- **(plugin)** Align deps to fix build (#4377) ([8419b60](https://github.com/swc-project/swc/commit/8419b604300695e57cb6b1191e9daf638c65c828))
## [1.2.170] - 2022-04-20

2
Cargo.lock generated
View File

@ -3268,7 +3268,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.104.12"
version = "0.104.13"
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.104.12"
version = "0.104.13"
[package.metadata.docs.rs]
all-features = true