From e25de5790bfe613b87b9b0318d79b1be18b680dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Mar 2020 09:58:41 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.0...v1.5.1) (2020-03-26) ### Bug Fixes * rollback getExceptionHandler change ([#158](https://github.com/react-native-community/react-native-cameraroll/issues/158)) ([bd23aa1](https://github.com/react-native-community/react-native-cameraroll/commit/bd23aa1)), closes [#149](https://github.com/react-native-community/react-native-cameraroll/issues/149) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e21e476f..ad7c3f6b7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@react-native-community/cameraroll", "author": "Bartol Karuza ", "homepage": "https://github.com/react-native-community/react-native-cameraroll#readme", - "version": "1.5.0", + "version": "1.5.1", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",