diff --git a/CHANGELOG-CORE.md b/CHANGELOG-CORE.md index ac29fc35aa81..8cb6291603e1 100644 --- a/CHANGELOG-CORE.md +++ b/CHANGELOG-CORE.md @@ -1734,9 +1734,6 @@ -- **(allocator)** Drop `scoped_tls` ([#9240](https://github.com/swc-project/swc/issues/9240)) ([4ce2514](https://github.com/swc-project/swc/commit/4ce2514d1bbf1be3972cd620c3a5f6ffd25ffa9d)) - - - **(allocator)** Use `std` instead of `allocator-api2` ([#9281](https://github.com/swc-project/swc/issues/9281)) ([88723db](https://github.com/swc-project/swc/commit/88723dbf19a402c6395d34b71a5a8a712b4bf1bc)) diff --git a/CHANGELOG.md b/CHANGELOG.md index f224543e7de2..f41e4d2f692c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## [unreleased] +## [1.11.4] - 2025-02-27 ### Bug Fixes @@ -1725,9 +1725,6 @@ -- **(allocator)** Drop `scoped_tls` ([#9240](https://github.com/swc-project/swc/issues/9240)) ([4ce2514](https://github.com/swc-project/swc/commit/4ce2514d1bbf1be3972cd620c3a5f6ffd25ffa9d)) - - - **(es/codegen)** Use scoped allocator ([#9248](https://github.com/swc-project/swc/issues/9248)) ([970f323](https://github.com/swc-project/swc/commit/970f32398c6ff444540a31e1172a33b6155ed18b)) ### Refactor