chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-19 08:22:48 +00:00
parent a8ed5ba357
commit 33e4661090
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/minifier)** Fix default values of `toplevel` (#4366) ([128175c](https://github.com/swc-project/swc/commit/128175c3297e036ad38e8faa68aa149a94f5ee29))
- **(es/minifier)** Apply name mangler as much as we can (#4365) ([a8ed5ba](https://github.com/swc-project/swc/commit/a8ed5ba357d735657245e5bcd266ba9bda341099))
- **(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.8"
version = "0.104.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.104.8"
version = "0.104.9"
[package.metadata.docs.rs]
all-features = true