chore: Publish crates

This commit is contained in:
SWC Bot 2023-04-06 05:30:13 +00:00
parent e86d59882a
commit 352aa7a3ea
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(bindings/node)** Make peer dependency of helpers optional (#7216) ([e86d598](https://github.com/swc-project/swc/commit/e86d59882a6644a63e98094127694f27b3c1b5a4))
- **(es/minifier)** Don't remove used var decl (#7200) ([73bc29e](https://github.com/swc-project/swc/commit/73bc29eeb0e0a758daff2ec9567d8949fb48fa50))
### Refactor

2
Cargo.lock generated
View File

@ -808,7 +808,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.79.4"
version = "0.79.5"
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.79.4"
version = "0.79.5"
[[bin]]
bench = false