From 1ad84afab286b8a821be444f7d8c12bb927a84f4 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Tue, 22 Oct 2024 20:10:54 +0100 Subject: [PATCH 1/2] Prep changelog for v4.2.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6adbc9f2..b8d23144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See the [upgrading to v4](/docs/upgrading-to-v4.md) documentation for a complete list of all API changes in version 4. +### v4.2.4 (2024-10-10) + +- Fix memory leak in registering new event listeners on every keydown and click ([#554](https://github.com/GoogleChrome/web-vitals/pull/554)) + ### v4.2.3 (2024-08-06) - Fix missing LoAF entries in INP attribution ([#512](https://github.com/GoogleChrome/web-vitals/pull/512)) From ea0b1392696f9c4af22444b17c54095e425b4e78 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Tue, 22 Oct 2024 22:48:57 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d23144..3b39e21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See the [upgrading to v4](/docs/upgrading-to-v4.md) documentation for a complete list of all API changes in version 4. -### v4.2.4 (2024-10-10) +### v4.2.4 (2024-10-22) - Fix memory leak in registering new event listeners on every keydown and click ([#554](https://github.com/GoogleChrome/web-vitals/pull/554))