From 38c8453103b89facd7698070a112288f420e1128 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 16 Jul 2024 10:24:55 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6801830504..52a5ebb87a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,9 @@ - **(es/minifier)** Fix exponentiate operator ([#9251](/~https://github.com/swc-project/swc/issues/9251)) ([06bb533](/~https://github.com/swc-project/swc/commit/06bb5338cea8aef941907933319fbff1d29f9939)) +- **(es/minifier)** Fix panic in bitwise logic and incorrect values ([#9258](/~https://github.com/swc-project/swc/issues/9258)) ([baeb9e2](/~https://github.com/swc-project/swc/commit/baeb9e2df92892f9486c72cdc787bca8c3858f30)) + + - **(es/modules)** Fix lint issue ([#9206](/~https://github.com/swc-project/swc/issues/9206)) ([efb8636](/~https://github.com/swc-project/swc/commit/efb86368343e7d9909fec21cae8824edac5008e2)) @@ -1362,9 +1365,6 @@ - **(css/parser)** Implement error reporting for `@value` of CSS Modules ([#8547](/~https://github.com/swc-project/swc/issues/8547)) ([00619b1](/~https://github.com/swc-project/swc/commit/00619b17082e857d1d5822f04b9ee82b0a295cc3)) -- **(es/ast)** Support import phase ([#8279](/~https://github.com/swc-project/swc/issues/8279)) ([72048ae](/~https://github.com/swc-project/swc/commit/72048ae1ced64b6d9d326e6d436a60b1191bc266)) - - - **(swc_core)** Expose `preset_env_base` ([#8537](/~https://github.com/swc-project/swc/issues/8537)) ([793f265](/~https://github.com/swc-project/swc/commit/793f2651a8c44c43cde8b83d4f98eda6e274676c)) ### Miscellaneous Tasks