diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eeed027b87..f3565adf223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Bug Fixes + + + +- **(ci)** Fix publish action for binaries (#6517) ([2ac3201](https://github.com/swc-project/swc/commit/2ac32017bad112956a781b0d003782988655409c)) + ## [1.3.20] - 2022-11-26 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 58c3f46e278..11d9ba89110 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.58.142" +version = "0.58.143" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 4d7904d96c2..dadf9192e5b 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.142" +version = "0.58.143" [[bin]] bench = false