chore: Update changelog

This commit is contained in:
강동윤 (Donny) 2024-06-11 15:03:59 +09:00
parent e06198552c
commit 93c16422c3

View File

@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.5.28] - 2024-06-11
### Bug Fixes
@ -1312,9 +1312,6 @@
- **(es/lexer)** Remove needless clones of `Rc<RefCell<AtomStore>>` ([#8231](https://github.com/swc-project/swc/issues/8231)) ([37657b8](https://github.com/swc-project/swc/commit/37657b8bd53d848035040f31a386029ef4af7cea))
- **(es/parser)** Use smarter lookup table for lexer ([#8226](https://github.com/swc-project/swc/issues/8226)) ([d4ae44a](https://github.com/swc-project/swc/commit/d4ae44ac4547ad0964bb4c3bc482c9a23c13feb9))
### Refactor