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

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Mar 16, 2017
1 parent 9e0b5ba commit 6711944
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## 1.3.0 (2017-03-15)

### Enhancements

* Add convenience interface to setting up native-only error handling

## 1.2.4 (2017-01-13)

* [ios] Fix regression where previous exception handler is not called
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bugsnag exception reporter for React Native
[![Documentation](https://img.shields.io/badge/documentation-1.2.4-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
[![Documentation](https://img.shields.io/badge/documentation-1.3.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)

## Features

Expand Down
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 '1.2.4'
versionName '1.3.0'
}
}

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": "1.2.4",
"version": "1.3.0",
"license": "MIT",
"main": "index.js",
"nativePackage": true,
Expand Down

0 comments on commit 6711944

Please sign in to comment.