chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-27 06:22:51 +00:00
parent 48cddc16f6
commit 301f99023c
3 changed files with 8 additions and 2 deletions

View File

@ -28,6 +28,12 @@
- **(dbg-swc)** Add a size debugger for next.js (#5945) ([b219fa2](https://github.com/swc-project/swc/commit/b219fa2f015f39e1f3da17ade777a4bc92b6eabe))
### Testing
- **(es/minifier)** Categorize terser tests (#5960) ([48cddc1](https://github.com/swc-project/swc/commit/48cddc16f67ed5ac904a1e67a6ec096da5747cd2))
### Build

2
Cargo.lock generated
View File

@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.56.6"
version = "0.56.7"
dependencies = [
"anyhow",
"clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.56.6"
version = "0.56.7"
[[bin]]
bench = false