diff --git a/CHANGELOG.md b/CHANGELOG.md index b33fff82b4ec..e991ee1b6078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,9 @@ +- **(es/minifier)** Add a test for a fixed issue (#6218) ([725b118](https://github.com/swc-project/swc/commit/725b1185f32837b2cd599441a7ca4e5966cd2264)) + + - **(html/parser)** Update html5lib-test (#6156) ([7a38fde](https://github.com/swc-project/swc/commit/7a38fde2305f20ead731c8c1938c9f2c7919f2df)) diff --git a/Cargo.lock b/Cargo.lock index 0e4e0d331c76..caf04ccbc5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.58.55" +version = "0.58.56" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index f9273f8448f2..05036b0fbc6b 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.55" +version = "0.58.56" [[bin]] bench = false