diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4e62e462c2..4041acba20a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.35] - 2023-02-10 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 59c78c180bd3..0b93848686af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.66.40" +version = "0.66.41" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 4d243dd9550d..e3b8096e98ec 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2558,7 +2558,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.21" +version = "0.91.22" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index e9630cb9b2df..98581bff275f 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.21" +version = "0.91.22" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 7ecec21a5cac..ba4facfab878 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.66.40" +version = "0.66.41" [[bin]] bench = false