chore: Publish crates

This commit is contained in:
SWC Bot 2023-04-24 15:01:16 +00:00
parent 603f22de76
commit 5f55e04c4d
3 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,12 @@
- **(es/compat)** Transform curried function call with optional chaining (#7313) ([66b5b11](https://github.com/swc-project/swc/commit/66b5b110bf94259e0e0223224940bb8d0384e9b6))
### Testing
- **(es)** Update tsc test suite (#7323) ([603f22d](https://github.com/swc-project/swc/commit/603f22de76eaeac1a64ee5e5f2e1dd095f908604))
## [1.3.53] - 2023-04-21
### Bug Fixes

2
Cargo.lock generated
View File

@ -891,7 +891,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.80.39"
version = "0.80.40"
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.80.39"
version = "0.80.40"
[[bin]]
bench = false