diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f495ec6ab..60429e8f55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [unreleased] +### Documentation + + + +- **(es/parser)** Change file extension in TypeScript example (#6094) ([ca67d52](https://github.com/swc-project/swc/commit/ca67d5244dc30c47bf70266f75af2fd3231fd83d)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 79cd4698e39..765ae72d2db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.58.7" +version = "0.58.8" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index b7e632efe77..f22ae0f4f22 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.7" +version = "0.58.8" [[bin]] bench = false