From 8231f874e759ad32ef75a79b18afc4ae163381b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Wed, 27 Sep 2023 10:13: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 1267c3a40b41..701d636ef862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.90] - 2023-09-27 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 57c83602e177..ef5b96d0933a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.87.31" +version = "0.87.32" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 155860598d78..7b92fbbd93cc 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2913,7 +2913,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.77" +version = "0.91.78" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 3d11ee14be5b..8e5a0a83a228 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.77" +version = "0.91.78" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index c33b69fd8291..3b2d09b7b637 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.87.31" +version = "0.87.32" [[bin]] bench = false