chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-28 08:34:59 +00:00
parent effc85df57
commit ce1aaa5390
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/minifier)** Disable some passes for `hoist_props` (#4468) ([effc85d](https://github.com/swc-project/swc/commit/effc85df572609a180f9a28177a5b37ed960c860))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.107.1"
version = "0.107.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.107.1"
version = "0.107.2"
[package.metadata.docs.rs]
all-features = true