From 5c88725e541fbad22e7ae0a8ea3836a0de734867 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Oct 2023 06:46:43 +0000 Subject: [PATCH] chore(release): 7.0.1 [skip ci] ## [7.0.1](https://github.com/react-native-image-picker/react-native-image-picker/compare/v7.0.0...v7.0.1) (2023-10-11) ### Bug Fixes * **types:** add missing attribute ([#2222](https://github.com/react-native-image-picker/react-native-image-picker/issues/2222)) ([80e6e11](https://github.com/react-native-image-picker/react-native-image-picker/commit/80e6e112852ce3b597966c5953b6b1f3ea631cec)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e4b2318b..76015efc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "7.0.0", + "version": "7.0.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",