chore: Publish crates

This commit is contained in:
SWC Bot 2023-06-19 05:01:43 +00:00
parent 70bc605c67
commit 2f2a15f3df
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Testing
- **(es)** Add a test for a wrong issue (#7542) ([70bc605](https://github.com/swc-project/swc/commit/70bc605c6769759b0e896e7e5e91bb070d719552))
## [1.3.65] - 2023-06-19
### Bug Fixes

2
Cargo.lock generated
View File

@ -903,7 +903,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.83.11"
version = "0.83.12"
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.83.11"
version = "0.83.12"
[[bin]]
bench = false