From 126497cf7366fa24509e2b1461f06a9545179f54 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Thu, 25 Jan 2024 20:39:49 +0000 Subject: [PATCH] Update CHANGELOG for 3.5.2 (#425) * Update CHANGELOG for 3.5.2 * Fix typo --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bee167d..7a74d335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v3.5.2 (2024-01-25) + +- Pick the first non-null `target` for INP attribution ([#421](https://github.com/GoogleChrome/web-vitals/pull/421)) + ### v3.5.1 (2023-12-27) - Add extra guard for `PerformanceEventTiming` not existing ([#403](https://github.com/GoogleChrome/web-vitals/pull/403))