From bd4cce932fd953cfb815c1cd3af0f766d4893db1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 08:20:30 +0000 Subject: [PATCH] chore(release): 7.0.2 [skip ci] ## [7.0.2](https://github.com/react-native-image-picker/react-native-image-picker/compare/v7.0.1...v7.0.2) (2023-10-23) ### Bug Fixes * correctly handle orientation on android ([#2058](https://github.com/react-native-image-picker/react-native-image-picker/issues/2058)) ([13cdc7c](https://github.com/react-native-image-picker/react-native-image-picker/commit/13cdc7c1a19fa00cae17a85560126f2e1a18e4e3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76015efc8..02ed2c7e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "7.0.1", + "version": "7.0.2", "description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera", "react-native": "src/index.ts", "main": "src/index.ts",