diff --git a/CHANGELOG.md b/CHANGELOG.md index dde07330..69004205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## 2.22.5 (2019-08-09) + +This release add a react-native.config.js file to the package to ensure +continued compatibility with react-native@0.60+. Reported in +[#377](https://github.com/bugsnag/bugsnag-react-native/issues/377), updated in +[#392](https://github.com/bugsnag/bugsnag-react-native/pull/392). + ## 2.22.4 (2019-08-01) ### Bug fixes diff --git a/README.md b/README.md index 9989a7a9..72ff08bf 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.4-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.22.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 7f2e732b..54b5ed03 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion safeExtGet('minSdkVersion', 16) targetSdkVersion safeExtGet('targetSdkVersion', 26) versionCode 4 - versionName '2.22.4' + versionName '2.22.5' consumerProguardFiles 'proguard-rules.pro' } lintOptions { diff --git a/package.json b/package.json index 40104040..60a270cb 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.4", + "version": "2.22.5", "license": "MIT", "main": "index.js", "types": "index.d.ts",