From 8ed034e0d8f94160efb97fae593e59544dcb9ce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 May 2020 15:53:26 +0000 Subject: [PATCH] chore(release): 1.6.2 [skip ci] ## [1.6.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.1...v1.6.2) (2020-05-12) ### Bug Fixes * Fixed 'Invalid column longitude' in Android 29 SDK ([#170](https://github.com/react-native-community/react-native-cameraroll/issues/170)) ([39fe65e](https://github.com/react-native-community/react-native-cameraroll/commit/39fe65e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f3ada079..1e9f870a3 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.1", + "version": "1.6.2", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",