chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-17 23:27:05 +00:00
parent d2f3e29bb0
commit 04602f3485
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(css/prefixer)** Reduce duplicates (#5537) ([0985c15](https://github.com/swc-project/swc/commit/0985c1546b38a4072099e45af354c4534e0e23cb))
### Features
- **(es/minifier)** Ignore recursive usage for function calls and pure calls (#5526) ([d2f3e29](https://github.com/swc-project/swc/commit/d2f3e29bb054ffcb557fb54d535dc98640a77dc4))
## [1.2.238] - 2022-08-17
### Bug Fixes

2
Cargo.lock generated
View File

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