From ec4b587aa77a3bde509fe6037d21bb05d5d56d13 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 May 2020 19:44:44 +0000 Subject: [PATCH] chore(release): 1.6.1 [skip ci] ## [1.6.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.0...v1.6.1) (2020-05-08) ### Bug Fixes * Error Domain=PHPhotosErrorDomain Code=-1 ([#172](https://github.com/react-native-community/react-native-cameraroll/issues/172)) ([a4be52c](https://github.com/react-native-community/react-native-cameraroll/commit/a4be52c)), closes [#157](https://github.com/react-native-community/react-native-cameraroll/issues/157) [#143](https://github.com/react-native-community/react-native-cameraroll/issues/143) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0300d2d89..5f3ada079 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.6.0", + "version": "1.6.1", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",