From dd466321ab95c1b48c9381adabad7a296df785d0 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Wed, 19 Jul 2023 15:25:35 +0200 Subject: [PATCH] meta: Update CHANGELOG to 7.59.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8455c1efebb3..371111ddbadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.59.3 + +- fix(browser): 0 is a valid index (#8581) +- fix(nextjs): Ensure Webpack plugin is available after dynamic require (#8584) +- types(browser): Add browser profiling client options (#8565) + ## 7.59.2 No changes. This release was published to fix publishing issues with 7.59.0 and 7.59.1.