diff --git a/CHANGELOG.md b/CHANGELOG.md index 554413fdd55..b7f8e82b342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.38] - 2023-03-06 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4cf1d9a8462..595bd6a5063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.71.4" +version = "0.71.5" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index fefcd64d215..e76a9bd6f4a 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2599,7 +2599,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.24" +version = "0.91.25" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 5affd5fa86a..06d87e0a99a 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.24" +version = "0.91.25" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 13647d11407..9bbe5bec93e 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.71.4" +version = "0.71.5" [[bin]] bench = false