From ef74760e42e4be9c29161e279d98e02dc7d26196 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 23 Aug 2024 14:49:52 +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 bc5db8035faa..fed08de89996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.7.17] - 2024-08-23 ### Bug Fixes @@ -1295,9 +1295,6 @@ - **(es/decorator)** Remove unsafe code ([#8839](https://github.com/swc-project/swc/issues/8839)) ([e8c6344](https://github.com/swc-project/swc/commit/e8c63447f64076de64002bcb5a3124b809df44ed)) - -- **(visit)** Simplify `Vec::move_map` ([#8838](https://github.com/swc-project/swc/issues/8838)) ([b1973d4](https://github.com/swc-project/swc/commit/b1973d490afc8e4bc597192caab7a3aa8eb2701d)) - ### Testing