chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-07 08:24:51 +00:00
parent c5b4ef4377
commit 947b1b1232
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(html/parser)** Fix for noah's ark clause (#4558) ([7ef6372](https://github.com/swc-project/swc/commit/7ef637263e57b9c995de1a847606f878991054fd)) - **(html/parser)** Fix for noah's ark clause (#4558) ([7ef6372](https://github.com/swc-project/swc/commit/7ef637263e57b9c995de1a847606f878991054fd))
### Features
- **(es/minifier)** Drop vars using sequential inliner (#4547) ([c5b4ef4](https://github.com/swc-project/swc/commit/c5b4ef4377874d8659d5b4e6c4099e1eac6c40f1))
## [1.2.178] - 2022-05-07 ## [1.2.178] - 2022-05-07
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -3303,7 +3303,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.110.2" version = "0.110.3"
dependencies = [ dependencies = [
"ahash", "ahash",
"ansi_term", "ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.110.2" version = "0.110.3"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true