chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-05 05:54:57 +00:00
parent 83ae6a1f1f
commit 098115573d
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(es/minifier)** Remove extra parens in `BinExpr` (#4878) ([83ae6a1](https://github.com/swc-project/swc/commit/83ae6a1f1f8a293d88557767790ed5d662e84bc3))
- **(html/minifier)** Improve compression of attributes (#4849) ([c5df1a3](https://github.com/swc-project/swc/commit/c5df1a3a54e1445163efb38b4da339ccaed699d0))

2
Cargo.lock generated
View File

@ -3766,7 +3766,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.85.1"
version = "0.85.2"
dependencies = [
"indexmap",
"once_cell",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.85.1"
version = "0.85.2"
[package.metadata.docs.rs]
all-features = true