From 37c729691380c7931f31f18333c41d79d3cb00e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 14 Jun 2023 14:08:15 +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 f0a71142df33..ea687d141fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.64] - 2023-06-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 040afa9df3c6..19d8dcc560b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,7 +903,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.83.4" +version = "0.83.5" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index f11c57522fca..a2ef5558d71b 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2914,7 +2914,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.48" +version = "0.91.49" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 832787ab1e4b..f382a6b7f367 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.48" +version = "0.91.49" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 632d8924b1b3..e0ab76154667 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.83.4" +version = "0.83.5" [[bin]] bench = false