chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-31 10:36:29 +00:00
parent 217f519940
commit c92a8360e0
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
- **(es/minifier)** Exclude `JSON` from alias list (#5698) ([fc28242](https://github.com/swc-project/swc/commit/fc28242b99b350daf9ef12281b7fef3836e5a6e0))
- **(es/minifier)** Ignore closure in initializer from sequential inliner (#5702) ([217f519](https://github.com/swc-project/swc/commit/217f5199404ee36d5d8f1496445e2842bb717f50))
### Testing

2
Cargo.lock generated
View File

@ -3386,7 +3386,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.150.3"
version = "0.150.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.150.3"
version = "0.150.4"
[package.metadata.docs.rs]
all-features = true