chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-02 03:03:05 +00:00
parent 0f9d930f73
commit eb9b3c6a21
3 changed files with 5 additions and 2 deletions

View File

@ -98,6 +98,9 @@
- **(es)** Enable tests for fixed issues (#6311) ([5b02e24](https://github.com/swc-project/swc/commit/5b02e2450d17afefc3004df31397329fcf60f3bf))
- **(es/compat)** Add execution tests (#6312) ([0f9d930](https://github.com/swc-project/swc/commit/0f9d930f738322119e7ade40d815f21ba398b152))
- **(es/minifier)** Add a test for `??` operator (#6282) ([0376da7](https://github.com/swc-project/swc/commit/0376da73c6113ade5945321b7c3abe257ce3b83c))
## [1.3.11] - 2022-10-26

2
Cargo.lock generated
View File

@ -776,7 +776,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.90"
version = "0.58.91"
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.58.90"
version = "0.58.91"
[[bin]]
bench = false