chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-25 12:34:52 +00:00
parent 8118569045
commit 65ced1d524
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/minifier)** Fix analysis of update expressions (#4428) ([9733917](https://github.com/swc-project/swc/commit/9733917cc718ad4800697ffc9203ad96d5dd3f3f))
- **(es/minifier)** Remove wrong logic for optimizing `delete`s (#4429) ([8118569](https://github.com/swc-project/swc/commit/8118569045135e06fcaadc61255b9ca09ef120ea))
- **(html/lexer)** Fix lexing of html entity (#4423) ([9b26dbd](https://github.com/swc-project/swc/commit/9b26dbd45763fbf48dd81a1652608cc90736fe4f))

2
Cargo.lock generated
View File

@ -3268,7 +3268,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.105.6"
version = "0.105.7"
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.105.6"
version = "0.105.7"
[package.metadata.docs.rs]
all-features = true