diff --git a/CHANGELOG.md b/CHANGELOG.md index e679dc56a26..260a7ca0bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/ast)** Pin version of unicodes ([#8941](https://github.com/swc-project/swc/issues/8941)) ([6362ff4](https://github.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90)) + + - **(es/minifier)** Abort inliner on mutation via property ([#8938](https://github.com/swc-project/swc/issues/8938)) ([257afc9](https://github.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6)) diff --git a/Cargo.lock b/Cargo.lock index 7dfd97c1e7e..c0afd77c967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4173,7 +4173,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.113.2" +version = "0.113.3" dependencies = [ "arbitrary", "bitflags 2.5.0", diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 9043dd3043b..2f6fb46efae 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.113.2" +version = "0.113.3" [package.metadata.docs.rs] all-features = true