diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fba81e8893..2f61372ed49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1383,12 +1383,4 @@ - **(plugin)** Set `swc_common::errors::HANDLER` while invoking plugins ([#8511](https://github.com/swc-project/swc/issues/8511)) ([ba753f1](https://github.com/swc-project/swc/commit/ba753f12885c4c3062afa5782dc7f6652981a659)) -## [1.3.103] - 2024-01-15 - -### Bug Fixes - - - -- **(es/codegen)** Fix codegen of a property key in ascii-only mode ([#8493](https://github.com/swc-project/swc/issues/8493)) ([8d9bf4c](https://github.com/swc-project/swc/commit/8d9bf4cfaaeef9a9f3307b53c3349bff1359ccdf)) - diff --git a/Cargo.lock b/Cargo.lock index 5a4a5c82a48..226a451392b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1086,7 +1086,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.97.1" +version = "0.97.2" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 74f2aa2a278..c453cacfe5a 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 = { workspace = true } -version = "0.97.1" +version = "0.97.2" [[bin]] bench = false