chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-27 06:50:43 +00:00
parent 4b27df9f12
commit 05f9e257a0
3 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@
- **(es/minifier)** Make more passes parallel (#4821) ([4b27df9](https://github.com/swc-project/swc/commit/4b27df9f123262161e06f242a4d5098364a9844f))
- **(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.0"
version = "0.116.1"
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.0"
version = "0.116.1"
[package.metadata.docs.rs]
all-features = true