From e369a312fc59ddd48774af9c430fef9fb1dc79a5 Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Mon, 13 Jan 2020 17:43:38 +0000 Subject: [PATCH] Release v2.23.5 --- CHANGELOG.md | 4 +++- README.md | 2 +- android/build.gradle | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2622c3..5e1c69be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ Changelog ========= -## TBD +## 2.23.5 (2020-01-13) ### Bug fixes * (iOS) Fix a packaging issue introduced in 2.23.3 which prevented apps using React Native 0.59 and below from building successfully + [#441](https://github.com/bugsnag/bugsnag-react-native/pull/441) + ## 2.23.4 (2020-01-06) diff --git a/README.md b/README.md index 45ecde46..669e9bab 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.23.4-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.23.5-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 2a538fe5..0048bf5f 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.23.4' + versionName '2.23.5' consumerProguardFiles 'proguard-rules.pro' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/package.json b/package.json index e5f39d04..55df3080 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.23.4", + "version": "2.23.5", "license": "MIT", "main": "index.js", "types": "index.d.ts",