chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-28 04:35:18 +00:00
parent 58b24278ee
commit 7f731a2ab2
3 changed files with 5 additions and 2 deletions

View File

@ -56,6 +56,9 @@
- **(es/minifier)** Make more passes parallel (#4821) ([4b27df9](https://github.com/swc-project/swc/commit/4b27df9f123262161e06f242a4d5098364a9844f))
- **(es/minifier)** Make name mangler parallel (#4824) ([58b2427](https://github.com/swc-project/swc/commit/58b24278eeb83ac721aa73634b67849378d61f82))
- **(html/parser)** Improve lexer (#4796) ([8894e77](https://github.com/swc-project/swc/commit/8894e77bc15d63080c5d91048734b33a8f299369))

2
Cargo.lock generated
View File

@ -3414,7 +3414,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.116.1"
version = "0.116.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.116.1"
version = "0.116.2"
[package.metadata.docs.rs]
all-features = true