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

Commit 2ae2010

Browse files
docs: add v2.17.1 changelog entry (#342)
docs: add v2.17.1 changelog entry
2 parents ab1f649 + a313e02 commit 2ae2010

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

4+
## 2.17.1 (2019-04-24)
5+
6+
Re-release that fixes packaging issue where the previous artefact included duplicate header files, preventing compilation for iOS
7+
48
## 2.17.0 (2019-04-18)
59

610
### Bug fixes

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.17.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.17.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
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion safeExtGet('minSdkVersion', 16)
1919
targetSdkVersion safeExtGet('targetSdkVersion', 26)
2020
versionCode 4
21-
versionName '2.17.0'
21+
versionName '2.17.1'
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.17.0",
6+
"version": "2.17.1",
77
"license": "MIT",
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)