From 8b19e3cc50c9053e5f0312f5e8ab875d3d515141 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 3 Nov 2022 04:23:08 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 523ff3cb2f8c..c142181284bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog ## [unreleased] +### Miscellaneous Tasks + + + +- **(ci)** Fix CI (#6340) ([6094994](https://github.com/swc-project/swc/commit/60949946296c5f999fbbf704281e9e3bc863ce5f)) + +## [1.3.14] - 2022-11-03 + +### Miscellaneous Tasks + + + +- **(ci)** Fix publish action ([2737143](https://github.com/swc-project/swc/commit/27371431a9c4f0881beaced6c5e131af546f038d)) + + +- **(ci)** Fix publish action ([13b4d31](https://github.com/swc-project/swc/commit/13b4d317a5fc595f7446250ca9da570e3586cff4)) + +## [1.3.13] - 2022-11-03 + ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index cdd54839431e..86f7d345b5c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.58.95" +version = "0.58.96" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 15ef5c11bb64..36b7f5a65336 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.58.95" +version = "0.58.96" [[bin]] bench = false