From ed635ce91086f2eb00644bbca036ca686f035dbe Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 6 Aug 2024 00:25:06 +0000 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684aa4ee24f6..21d517cd7c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ - **(common)** Do not generate invalid source map ([#9050](/~https://github.com/swc-project/swc/issues/9050)) ([9d65c77](/~https://github.com/swc-project/swc/commit/9d65c776025346985acaf36bc1d54134ebc4c7c4)) +- **(es/module)** Drop the level of a few tracing events ([#9380](/~https://github.com/swc-project/swc/issues/9380)) ([95af253](/~https://github.com/swc-project/swc/commit/95af2536a2cd5040f44e93f2eea9cf577558f335)) + + - **(es/parser)** Fix span of EOF errors ([#9378](/~https://github.com/swc-project/swc/issues/9378)) ([f702657](/~https://github.com/swc-project/swc/commit/f7026578b9ac50b5ac9f08fa51b1e320040ee083)) ## [1.7.6] - 2024-08-04 @@ -1330,9 +1333,6 @@ -- **(es/lints)** Add `no-cond-assign` rule ([#8661](/~https://github.com/swc-project/swc/issues/8661)) ([c0d01df](/~https://github.com/swc-project/swc/commit/c0d01dff213b2bf0725a16a5e6ca915f7517699d)) - - - **(es/lints)** Add `no-new-object` rule ([#8663](/~https://github.com/swc-project/swc/issues/8663)) ([15eef4d](/~https://github.com/swc-project/swc/commit/15eef4dc7357cffbc934df4e781607afccd959a5))