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

Commit 44a95db

Browse files
committed
Release v2.19.1
1 parent 101c223 commit 44a95db

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

4+
## 2.19.1 (2019-05-21)
5+
6+
### Enhancements
7+
8+
* (iOS) Upgrade to bugsnag-cocoa v5.22.1:
9+
* Report correct app version in out-of-memory reports. Previously the bundle
10+
version was reported as the version number rather than the short version
11+
string.
12+
[#349](https://github.com/bugsnag/bugsnag-cocoa/pull/349)
13+
* Fix missing stacktraces in reports generated from `notify()`
14+
[#348](https://github.com/bugsnag/bugsnag-cocoa/pull/348)
15+
* (Android) Upgrade to bugsnag-android v4.14.2
16+
* Disable ANR detection by default [#484](https://github.com/bugsnag/bugsnag-android/pull/484)
17+
418
## 2.19.0 (2019-05-13)
519

620
### Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bugsnag exception reporter for React Native
2-
[![Documentation](https://img.shields.io/badge/documentation-2.19.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.19.1-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
@@ -12,7 +12,7 @@ android {
1212
minSdkVersion safeExtGet('minSdkVersion', 16)
1313
targetSdkVersion safeExtGet('targetSdkVersion', 26)
1414
versionCode 4
15-
versionName '2.19.0'
15+
versionName '2.19.1'
1616
consumerProguardFiles 'proguard-rules.pro'
1717
}
1818
lintOptions {

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.19.0",
6+
"version": "2.19.1",
77
"license": "MIT",
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)