chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2023-09-22 11:15:56 +09:00
parent 866f34d278
commit 276be28ae1
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.3.87] - 2023-09-22
### Bug Fixes

2
Cargo.lock generated
View File

@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.87.21"
version = "0.87.22"
dependencies = [
"anyhow",
"clap 3.1.0",

2
bindings/Cargo.lock generated
View File

@ -2913,7 +2913,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.74"
version = "0.91.75"
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.74"
version = "0.91.75"
[[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.87.21"
version = "0.87.22"
[[bin]]
bench = false