From 87f1478ca70f6a5af38432352de698e16294ad66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 May 2020 17:39:22 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.3...v1.7.0) (2020-05-20) ### Features * Added fileSize for getPhotos API ([#180](https://github.com/react-native-community/react-native-cameraroll/issues/180)) ([e7cf866](https://github.com/react-native-community/react-native-cameraroll/commit/e7cf866)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c6d69453..c04de0a6b 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.3", + "version": "1.7.0", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",