From aa3bb873653d8c33a535a8b6547480e363575a05 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 10 Oct 2024 08:29:07 +0000 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40f67d61da4..3cd01604aff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.7.35] - 2024-10-10 ### Bug Fixes @@ -1315,9 +1315,6 @@ -- **(es/minifier)** Abort array property inliner if the array is used as a ref ([#8956](https://github.com/swc-project/swc/issues/8956)) ([255485e](https://github.com/swc-project/swc/commit/255485e373db506cf96448a76761113050b53c4d)) - - - **(es/minifier)** Abort property hoisting on `eval` ([#8957](https://github.com/swc-project/swc/issues/8957)) ([02729f2](https://github.com/swc-project/swc/commit/02729f24d8d67ce598b530f84b4eb8a9c71cc45b)) ### Refactor