chore: Publish crates

This commit is contained in:
Donny/강동윤 2023-03-10 14:12:09 +09:00
parent f46933615c
commit 740a78ba88
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.3.39] - 2023-03-10
### Bug Fixes

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.73.3"
version = "0.73.4"
dependencies = [
"anyhow",
"clap 3.1.0",

2
bindings/Cargo.lock generated
View File

@ -2610,7 +2610,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.25"
version = "0.91.26"
dependencies = [
"anyhow",
"atty",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.25"
version = "0.91.26"
[[bin]]
bench = false

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.73.3"
version = "0.73.4"
[[bin]]
bench = false