From ca4ac3e28b2d045f391a7d5d13961783df944908 Mon Sep 17 00:00:00 2001 From: lego0110 Date: Tue, 26 May 2026 15:30:28 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b72395db..64b75a638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* **build:** raise Node heap limit from 2048 MB to 8192 MB for `build:all` and `build:package` scripts to prevent OOM kills during widget builds ([7a41f62](https://github.com/webex/react-widgets/commit/7a41f62c5c48166905025cdbdf055eb252128f06)) +* **build:** raise Node heap limit from 2048 MB to 8192 MB for `build:all` and `build:package` scripts to prevent Out Of Memory kills during widget builds ([7a41f62](https://github.com/webex/react-widgets/commit/7a41f62c5c48166905025cdbdf055eb252128f06)) * **build:** override fibers with empty stub for Node 22 compat ([7cd32f9](https://github.com/webex/react-widgets/commit/7cd32f9)) * **build:** replace node-sass with Dart Sass for Node 22 + Apple Silicon support ([9c5564f](https://github.com/webex/react-widgets/commit/9c5564f)) * **ci:** update CircleCI config for Node 22 ([4e5a209](https://github.com/webex/react-widgets/commit/4e5a209))