From 92e2759d9bd1196e195acb1c53a1d15e6fbdc961 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 25 Jun 2024 14:04:19 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14e4e3d0f53..2ade2885bb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - **(es/parser)** Add a check before numeric operations ([#9105](https://github.com/swc-project/swc/issues/9105)) ([c0602c8](https://github.com/swc-project/swc/commit/c0602c81db55777be726cd8fe2fd074e34bd4d96)) + +- **(es/parser)** Increase token context size ([#9104](https://github.com/swc-project/swc/issues/9104)) ([8ef30cc](https://github.com/swc-project/swc/commit/8ef30cc08c86251bb8bebf66286949805e332b6c)) + ## [1.6.4] - 2024-06-22 ### Features