From 799fa49ba56c5da35d7e7fdf5483126123398e69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Mar 2024 20:18:29 +0000 Subject: [PATCH] chore(release): 7.1.2 [skip ci] ## [7.1.2](https://github.com/react-native-image-picker/react-native-image-picker/compare/v7.1.1...v7.1.2) (2024-03-20) ### Bug Fixes * **ios:** Fix support for react-native 0.74 ([#2284](https://github.com/react-native-image-picker/react-native-image-picker/issues/2284)) ([6859d23](https://github.com/react-native-image-picker/react-native-image-picker/commit/6859d230e9e7d0eeecf7e5285e8622224ecfb851)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ee9c5f9c..d9aef725a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "7.1.1", + "version": "7.1.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",