From 1192ff5ad2fe4ce54a971132467d872694529243 Mon Sep 17 00:00:00 2001 From: fractalwrench Date: Fri, 16 Aug 2019 11:09:13 +0100 Subject: [PATCH] v2.22.6 --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- android/build.gradle | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ecabf0..a34cdb71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ Changelog ========= -## TBD +## 2.22.6 (2019-08-19) + +### Enhancements +* (Android) Add support for parsing Hermes stacktraces + [#394](https://github.com/bugsnag/bugsnag-react-native/pull/394) ## Bug fixes * Make JavaScriptException inherit from BugsnagException @@ -13,6 +17,11 @@ Changelog * Improve ANR error message information [#553](https://github.com/bugsnag/bugsnag-android/pull/553) +* (iOS) Upgrade bugsnag-cocoa to v5.22.5 + * Fix possible crash or deadlock arising from calling Bugsnag.notify() from + multiple queues concurrently. + [#401](https://github.com/bugsnag/bugsnag-cocoa/pull/401) + ## 2.22.5 (2019-08-09) This release add a react-native.config.js file to the package to ensure diff --git a/README.md b/README.md index 72ff08bf..451ae6ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bugsnag error monitoring & exception reporter for React Native -[![Documentation](https://img.shields.io/badge/documentation-2.22.5-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.22.6-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) Automatic [React Native crash reporting](https://www.bugsnag.com/platforms/react-native-error-reporting/) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps. diff --git a/android/build.gradle b/android/build.gradle index 8d860699..2442f5d9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,7 +23,7 @@ android { minSdkVersion safeExtGet('minSdkVersion', 16) targetSdkVersion safeExtGet('targetSdkVersion', 28) versionCode 4 - versionName '2.22.5' + versionName '2.22.6' consumerProguardFiles 'proguard-rules.pro' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/package.json b/package.json index c9166452..244c2a8f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/", "repository": "https://github.com/bugsnag/bugsnag-react-native.git", "bugs": "https://github.com/bugsnag/bugsnag-react-native/issues", - "version": "2.22.5", + "version": "2.22.6", "license": "MIT", "main": "index.js", "types": "index.d.ts",