chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-14 07:08:36 +00:00
parent 053f42b3aa
commit 36a3cdaac2
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@
- **(es/lints)** Implement `no-sparse-arrays` rule (#4652) ([9b226a7](https://github.com/swc-project/swc/commit/9b226a7026f06729904ef1fdc0e4a17aa631e5e4))
- **(es/minifier)** Improve minifier (#4655) ([053f42b](https://github.com/swc-project/swc/commit/053f42b3aa80ac6334b720365b8f9b05d9b333ff))
## [1.2.183] - 2022-05-13
### Bug Fixes

2
Cargo.lock generated
View File

@ -3367,7 +3367,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.113.1"
version = "0.113.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.113.1"
version = "0.113.2"
[package.metadata.docs.rs]
all-features = true