diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e9fdf4a9a..b2987dec74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,9 @@ - **(ci)** Fix benchmark action (#6582) ([d8adc58](https://github.com/swc-project/swc/commit/d8adc580110e0764686f5aea848425905605daa0)) +- **(ci)** Fix benchmark action (#6596) ([154c315](https://github.com/swc-project/swc/commit/154c315d91f20466ae90b83f5300017e57e4a078)) + + - **(css/lexer)** Fix typo (#6588) ([f383836](https://github.com/swc-project/swc/commit/f383836bad48a791c93d1f6bd5670a2d19a545d8)) ### Performance diff --git a/Cargo.lock b/Cargo.lock index 7a0e8fda91a..7d957f964f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.59.13" +version = "0.59.14" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index a0f73c80e8b..ee64fb5219b 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.59.13" +version = "0.59.14" [[bin]] bench = false