diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f61311faf..f526e588660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.67] - 2023-06-29 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 46b31fc880a..2a5d96849ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.83.31" +version = "0.83.32" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 570b5c35d2f..6d50e866de0 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2988,7 +2988,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.52" +version = "0.91.53" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 28b10c48e5b..3ccd313290f 100644 --- a/bindings/swc_cli/Cargo.toml +++ b/bindings/swc_cli/Cargo.toml @@ -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.52" +version = "0.91.53" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index f3c9e2c5f1d..a2b18f26070 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = "https://github.com/kdy1/dbg-swc.git" -version = "0.83.31" +version = "0.83.32" [[bin]] bench = false