From 9728e45d4ec095ee553a583fd8138800ff309a9a Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 21 Jun 2024 17:25:29 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b71bd8bdf556..0b5be6a9374c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ - **(deps)** Replace `sha-1` with `sha1` ([#9091](https://github.com/swc-project/swc/issues/9091)) ([5a2c968](https://github.com/swc-project/swc/commit/5a2c968720141b115ec2055ea13ae6d025175e95)) +### Performance + + + +- **(es/lexer)** Apply various optimizations ([#9095](https://github.com/swc-project/swc/issues/9095)) ([2f02630](https://github.com/swc-project/swc/commit/2f02630b1e597692ce5a3d946f8d498ca33709dd)) + ### Refactor