From 5fe953df3830d8eec0e49548b3e02a11b5360116 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Fri, 7 Jun 2024 14:41:00 +0100 Subject: [PATCH] release v7.24.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86800c19d..d5426e326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [7.24.0] - 2024-06-10 ### Added @@ -10,6 +10,10 @@ - (plugin-react) Modified the polynomial regular expression to remove the ambiguity [#2135](https://github.com/bugsnag/bugsnag-js/pull/2135) - (react-native) ReactNative apps loaded in the background will no longer start a new session [#2154](https://github.com/bugsnag/bugsnag-js/pull/2154) + +### Fixed + +- (react-native) Discard duplicate JS exceptions in iOS New Architecture [#2148](https://github.com/bugsnag/bugsnag-js/pull/2148) ## [7.23.0] - 2024-05-09