From dc6c7b9d9c683a60f0d9d3da54423f2f87a398b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Dec 2023 11:45:35 +0000 Subject: [PATCH] chore(release): 7.1.0 [skip ci] # [7.1.0](https://github.com/react-native-image-picker/react-native-image-picker/compare/v7.0.3...v7.1.0) (2023-12-04) ### Features * add use_frameworks compatibility ([#2242](https://github.com/react-native-image-picker/react-native-image-picker/issues/2242)) ([6cb36f4](https://github.com/react-native-image-picker/react-native-image-picker/commit/6cb36f4dd1516496ffd6df468b8242bd0be12e4c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3d1a028a..5f0a51a9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "7.0.3", + "version": "7.1.0", "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",