chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 05:25:26 +00:00
parent a47eed7241
commit c7d21da458
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(es/lints)** Extract top level bindings only if the rule is enabled (#3889) ([3e8efac](https://github.com/swc-project/swc/commit/3e8efacf3a804c4dbaa3f92fa2f5f08e425b7866))
- **(es/minifier)** Add a fast-path to export merger (#3891) ([a47eed7](https://github.com/swc-project/swc/commit/a47eed7241bb3aa932cd51109c39b7f7fe6d4789))
## [1.2.150] - 2022-03-06
### Bug Fixes

2
Cargo.lock generated
View File

@ -3095,7 +3095,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.87.1"
version = "0.87.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.87.1"
version = "0.87.2"
[package.metadata.docs.rs]
all-features = true