From 737f2adc0f22f1f82526e21b7f7bd7281a9c518b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 22 Mar 2023 12:00:04 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- bindings/Cargo.lock | 2 +- bindings/swc_cli/Cargo.toml | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1cbcabab19..db6624e21c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.42] - 2023-03-22 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 71247b9ab95b..6052183ad1c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.75.20" +version = "0.75.21" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 015ebb08420c..9ba0c9bd4170 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.28" +version = "0.91.29" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index e0fc97cc95fb..e6ed6770172d 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.28" +version = "0.91.29" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 7a0e202878a5..01568fef60b7 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.75.20" +version = "0.75.21" [[bin]] bench = false