From bb60f015e11a405c033a20cdc7d5cd769fadb0ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Jan 2023 15:00:17 +0000 Subject: [PATCH] chore(release): 5.2.3 [skip ci] ## [5.2.3](https://github.com/react-native-cameraroll/react-native-cameraroll/compare/v5.2.2...v5.2.3) (2023-01-24) ### Bug Fixes * **android:** Handle Null case when reading orientation ([#456](https://github.com/react-native-cameraroll/react-native-cameraroll/issues/456)) ([59a50b5](https://github.com/react-native-cameraroll/react-native-cameraroll/commit/59a50b5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b89281d..754d17f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@react-native-camera-roll/camera-roll", "author": "Bartol Karuza ", "homepage": "https://github.com/react-native-cameraroll/react-native-cameraroll#readme", - "version": "5.2.2", + "version": "5.2.3", "description": "React Native Camera Roll for iOS & Android", "main": "lib/commonjs/index", "module": "lib/module/index",