From df080d843edefd4b87a45309c77f2f65e9ca7f22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Mar 2024 00:10:31 +0000 Subject: [PATCH] chore(release): 7.1.1 [skip ci] ## [7.1.1](https://github.com/react-native-image-picker/react-native-image-picker/compare/v7.1.0...v7.1.1) (2024-03-13) ### Bug Fixes * **ios:** fix spec name when new architecture is enabled ([#2252](https://github.com/react-native-image-picker/react-native-image-picker/issues/2252)) ([df78b9a](https://github.com/react-native-image-picker/react-native-image-picker/commit/df78b9a6a588f2d44c4568d5500b2f74967048a0)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f0a51a9e..1ee9c5f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "7.1.0", + "version": "7.1.1", "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",