chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-30 07:03:05 +00:00
parent 50b20496cd
commit 88103cc8ec
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(html/parser)** Fix adoption agency algorithm (#4487) ([00358e1](https://github.com/swc-project/swc/commit/00358e10fc00e9118e933da8a8674e347d0d60f0))
### Refactor
- **(es/minifier)** Cleanup (#4489) ([50b2049](https://github.com/swc-project/swc/commit/50b20496cdd1d5fb2dd119c633b5dc7608cb638c))
## [1.2.174] - 2022-04-30
### Bug Fixes

2
Cargo.lock generated
View File

@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.108.0"
version = "0.108.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.108.0"
version = "0.108.1"
[package.metadata.docs.rs]
all-features = true