chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-17 13:08:48 +00:00
parent 5aa96e00d8
commit 1bdf6a7385
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/fixer)** Wrap first `function` or `class` of a sequence expression (#5508) ([f27ed73](https://github.com/swc-project/swc/commit/f27ed73594110b27b3937a7f5211503f0f72f3f9))
- **(es/minifier)** Remove recklessly inline (#5528) ([5aa96e0](https://github.com/swc-project/swc/commit/5aa96e00d852a7a05a97be0ef625c5d798ef36da))
- **(html/minifier)** Apply `fixer` (#5514) ([1a4d755](https://github.com/swc-project/swc/commit/1a4d7553b8688e567d1a5a3b0f51a1f50eb3810a))
### Features

2
Cargo.lock generated
View File

@ -3319,7 +3319,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.144.7"
version = "0.144.8"
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.144.7"
version = "0.144.8"
[package.metadata.docs.rs]
all-features = true