chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-26 08:49:14 +00:00
parent d44bbffa02
commit 048beefb33
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@
- **(es/minifier)** Improve alias analyzer (#5500) ([00e635b](https://github.com/swc-project/swc/commit/00e635b9eaf6f66ffd2ca0bbbc454dbbf37d668f))
- **(es/minifier)** Revert alias analyzer work (#5634) ([d44bbff](https://github.com/swc-project/swc/commit/d44bbffa02a620d1daf3f7a61b410adc0818d69c))
### Features

2
Cargo.lock generated
View File

@ -3386,7 +3386,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.149.2"
version = "0.149.3"
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.149.2"
version = "0.149.3"
[package.metadata.docs.rs]
all-features = true