Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit bbc1ade

Browse files
committed
docs: add changelog entry
1 parent aa93e3d commit bbc1ade

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## 2.23.9 (2020-06-08)
5+
6+
## Bug fixes
7+
8+
* (iOS) Fix DYLD lock mechanism preventing compilation on iOS <10.
9+
[#675](https://github.com/bugsnag/bugsnag-cocoa/pull/675)
10+
411
## 2.23.8 (2020-05-20)
512

613
## Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bugsnag error monitoring & exception reporter for React Native
2-
[![Documentation](https://img.shields.io/badge/documentation-2.23.8-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.23.9-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
33

44
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.
55

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
minSdkVersion safeExtGet('minSdkVersion', 16)
2424
targetSdkVersion safeExtGet('targetSdkVersion', 28)
2525
versionCode 4
26-
versionName '2.23.8'
26+
versionName '2.23.9'
2727
consumerProguardFiles 'proguard-rules.pro'
2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/",
44
"repository": "https://github.com/bugsnag/bugsnag-react-native.git",
55
"bugs": "https://github.com/bugsnag/bugsnag-react-native/issues",
6-
"version": "2.23.8",
6+
"version": "2.23.9",
77
"license": "MIT",
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)