chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-20 07:43:05 +00:00
parent 203dde9c6b
commit d71e17368b
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Performance
- **(es/minifier)** Fix default of `TerserCompressorOptions` (#4378) ([203dde9](https://github.com/swc-project/swc/commit/203dde9c6b83390e65444615299829f4212eac9d))
### Testing

2
Cargo.lock generated
View File

@ -3268,7 +3268,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.104.11"
version = "0.104.12"
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.104.11"
version = "0.104.12"
[package.metadata.docs.rs]
all-features = true