diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d7a55baea..bbec0a000a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Testing + + + +- **(es/minifier)** Enable more terser tests (#7396) ([f9cdd74](https://github.com/swc-project/swc/commit/f9cdd741c288bee59aa9120b0a5c6f7ca284bd31)) + ## [1.3.58] - 2023-05-15 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index eb9c04af0a8..d16484c9105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.81.6" +version = "0.81.7" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index e5bfcd0277d..77e1d12f3b5 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.81.6" +version = "0.81.7" [[bin]] bench = false