From 897099b970714a129c26ac9b9694a00f75db129b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 25 Apr 2023 09:30:08 +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 7c8a9032a039..9976f1f36d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.54] - 2023-04-25 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 451dcb5d97e8..b7cabf7f9b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.80.40" +version = "0.80.41" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index b8fb5181d7e8..9e131eddf3e2 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2886,7 +2886,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.38" +version = "0.91.39" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index f1eeff052f47..859375cd6ccc 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.38" +version = "0.91.39" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 08ca7ab92433..af16c9749187 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.80.40" +version = "0.80.41" [[bin]] bench = false