chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-26 08:00:02 +00:00
parent 00e635b9ea
commit fdd29c9fe5
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@
- **(es/fixer)** Handle `async` in the left of `for of` (#5625) ([eb3b0e9](https://github.com/swc-project/swc/commit/eb3b0e96e5de2dadb8021e459d2915d68dfba708))
- **(es/minifier)** Improve alias analyzer (#5500) ([00e635b](https://github.com/swc-project/swc/commit/00e635b9eaf6f66ffd2ca0bbbc454dbbf37d668f))
### Features

2
Cargo.lock generated
View File

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