chore: Publish crates

This commit is contained in:
SWC Bot 2023-08-07 08:17:54 +00:00
parent fa7e4289bd
commit 76c78f8794
3 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,12 @@
- **(es)** Alias `format` as `output` for `minify()` (#7746) ([28dfc51](https://github.com/swc-project/swc/commit/28dfc518879b9125a382b48e8310895e137d4fd4))
### Miscellaneous Tasks
- **(ci)** Fix permissions of publish action (#7768) ([fa7e428](https://github.com/swc-project/swc/commit/fa7e4289bd04320b9a88bda81538fc394bda23f9))
### Refactor

2
Cargo.lock generated
View File

@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.84.46"
version = "0.84.47"
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.84.46"
version = "0.84.47"
[[bin]]
bench = false