From 01fefd32f7e3017de8e9c679e6ab230d75ea55e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 15 Sep 2023 15:11:50 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6a8bb35538..e6a9dfd34945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.3.85] - 2023-09-15 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index cc0153dc48dc..010ef6db7cf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.87.10" +version = "0.87.11" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 063683757112..e3ad649063bf 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.10" +version = "0.87.11" [[bin]] bench = false