chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-06 11:10:53 +00:00
parent 1f5cac4d41
commit 91e889f531
3 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,9 @@
- **(es/minifier)** Exclude local bindings from aliases (#4261) ([ab1f440](https://github.com/swc-project/swc/commit/ab1f4401037803ae230148f9e189b1835b92dcd9))
- **(es/minifier)** Implement more rules for `hoist_props` (#4262) ([1f5cac4](https://github.com/swc-project/swc/commit/1f5cac4d413bc8d035e137d74470469dfd886fa3))
- **(html)** Initialize (#4240) ([3e7872c](https://github.com/swc-project/swc/commit/3e7872c8de05ac46ef6ffb99f778ef5b64e47f1b))

2
Cargo.lock generated
View File

@ -3237,7 +3237,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.100.1"
version = "0.100.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.100.1"
version = "0.100.2"
[package.metadata.docs.rs]
all-features = true