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

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyblocks committed Feb 14, 2017
1 parent a49eb35 commit 6407a24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## 2.0.3 (2017-02-14)

### Bug fixes
* Change react-native dependency to allow for versions past 0.40
[#71](https://github.com/bugsnag/bugsnag-react-native/pull/71)
[Michael Patricios](https://github.com/mpatric)
* Conventionalize to fix sneaky breadcrumb logging bugs
[#56](https://github.com/bugsnag/bugsnag-react-native/pull/56)
[Kevin Cooper](https://github.com/cooperka)

## 2.0.2 (2017-01-13)

### Bug fixes
Expand Down Expand Up @@ -159,4 +169,3 @@ Vendor iOS dependencies. Current version is 5.6.3.
## 1.0.0

First public release

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName '2.0.2'
versionName '2.0.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bugsnag-react-native",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"main": "index.js",
"nativePackage": true,
Expand Down

0 comments on commit 6407a24

Please sign in to comment.