From 774dac578325bcef4a08316b58e81648a47bcfd6 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Thu, 25 Jan 2024 09:39:06 +0000 Subject: [PATCH] meta(changelog): Update changelog for 7.97.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab411b85a506..817591fbc543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.97.0 + +Note: The 7.96.0 release was incomplete. This release is partially encompassing changes from `7.96.0`. + +- feat(react): Add `stripBasename` option for React Router 6 (#10314) + ## 7.96.0 +Note: This release was incomplete. Not all Sentry SDK packages were released for this version. Please upgrade to 7.97.0 directly. + ### Important Changes #### Deprecations @@ -25,7 +33,6 @@ increasing capture rate by 10-30% for some apps. LCP and CLS capturing issues we ### Other Changes -- feat(react): Add `stripBasename` option for React Router 6. (#10314) - fix(node): Fix `node-cron` types and add test (#10315) - fix(node): Fix downleveled types entry point (#10321) - fix(node): LocalVariables integration should use setupOnce (#10307)