chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-19 09:16:52 +00:00
parent 4b1590e72f
commit 0890de43ee
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/minifier)** Apply name mangler as much as we can (#4365) ([a8ed5ba](https://github.com/swc-project/swc/commit/a8ed5ba357d735657245e5bcd266ba9bda341099))
- **(es/minifier)** Apply name mangler even more (#4368) ([4b1590e](https://github.com/swc-project/swc/commit/4b1590e72fb2dbae6af135d8c284d4c1a875045a))
- **(es/modules/cjs)** Fix order of statements (#4361) ([5c1ce0b](https://github.com/swc-project/swc/commit/5c1ce0ba051de3320e90b0992d57a965a6c2dd8a))
### Features

2
Cargo.lock generated
View File

@ -3267,7 +3267,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.104.9"
version = "0.104.10"
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.104.9"
version = "0.104.10"
[package.metadata.docs.rs]
all-features = true