chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-16 12:30:22 +00:00
parent 3bb4b74d94
commit b395a8b3ce
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/minifier)** Consider fallthrough while merging swtich cases (#4672) ([3bb4b74](https://github.com/swc-project/swc/commit/3bb4b74d945b7b9bd107114c2df5eeef13874aba))
### Features

2
Cargo.lock generated
View File

@ -3411,7 +3411,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.114.3"
version = "0.114.4"
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.114.3"
version = "0.114.4"
[package.metadata.docs.rs]
all-features = true