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

Commit bd654d6

Browse files
committed
docs: add changelog for v2.15.0
1 parent 4dd7851 commit bd654d6

4 files changed

Lines changed: 38 additions & 3 deletions

File tree

CHANGELOG.md

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

4+
## 2.15.0 (2019-03-07)
5+
6+
* Add stopSession() and resumeSession() to Client [#314](https://github.com/bugsnag/bugsnag-react-native/pull/314)
7+
8+
* (Android) Upgrade to bugsnag-android v4.12.0
9+
10+
### Enhancements
11+
12+
* Add stopSession() and resumeSession() to Client
13+
[#429](https://github.com/bugsnag/bugsnag-android/pull/429)
14+
15+
### Bug fixes
16+
17+
* Prevent overwriting config.projectPackages if already set
18+
[#428](https://github.com/bugsnag/bugsnag-android/pull/428)
19+
20+
* Fix incorrect session handledCount when notifying in quick succession
21+
[#434](https://github.com/bugsnag/bugsnag-android/pull/434)
22+
23+
* (Cocoa) Upgrade to bugsnag-cocoa v5.19.0
24+
25+
Note for Carthage users: this release updates the Xcode configuration to the settings recommended by Xcode 10.
26+
27+
* Update workspace to recommended settings suggested by XCode 10
28+
[#324](https://github.com/bugsnag/bugsnag-cocoa/pull/324)
29+
30+
### Enhancements
31+
32+
* Add stopSession() and resumeSession() to Bugsnag
33+
[#325](https://github.com/bugsnag/bugsnag-cocoa/pull/325)
34+
35+
* Capture basic report diagnostics in the file path in case of crash report
36+
content corruption
37+
[#327](https://github.com/bugsnag/bugsnag-cocoa/pull/327)
38+
439
## 2.14.0 (2019-01-23)
540

641
* (Android) Upgrade to bugsnag-android v4.11.0

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.14.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.15.0-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
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion safeExtGet('minSdkVersion', 16)
1919
targetSdkVersion safeExtGet('targetSdkVersion', 26)
2020
versionCode 4
21-
versionName '2.14.0'
21+
versionName '2.15.0'
2222
consumerProguardFiles 'proguard-rules.pro'
2323
}
2424
}

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

0 commit comments

Comments
 (0)