chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-06 06:31:19 +00:00
parent ab1f440103
commit 35ad940ca5
3 changed files with 5 additions and 2 deletions

View File

@ -47,6 +47,9 @@
- **(es/minifier)** Improve inliner and evaluator (#4216) ([4701da5](https://github.com/swc-project/swc/commit/4701da576f0b12b656cf1baa57174a787b590742))
- **(es/minifier)** Exclude local bindings from aliases (#4261) ([ab1f440](https://github.com/swc-project/swc/commit/ab1f4401037803ae230148f9e189b1835b92dcd9))
- **(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.0"
version = "0.100.1"
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.0"
version = "0.100.1"
[package.metadata.docs.rs]
all-features = true