diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9c2ab46db..be725d338dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,12 @@ - **(preset-env)** Update data (#6719) ([d506c96](https://github.com/swc-project/swc/commit/d506c9680577173e5abb1dd0f75456145fda60c9)) +### Documentation + + + +- **(es)** Fix example (#6743) ([79afcb5](https://github.com/swc-project/swc/commit/79afcb5d81cb5cca89c48d39b950ddc24f31d434)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 7a3f693ce98..c7387ebca3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.60.19" +version = "0.60.20" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index fd4161299a0..e2f9da07e63 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.60.19" +version = "0.60.20" [[bin]] bench = false