From eb986c42d9136ad6d72eb1303058c9a965c0e23d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Nov 2023 10:29:19 +0000 Subject: [PATCH] chore(release): 7.0.3 [skip ci] ## [7.0.3](https://github.com/react-native-image-picker/react-native-image-picker/compare/v7.0.2...v7.0.3) (2023-11-22) ### Bug Fixes * correct typo in variable name nativeImagePicler ([#2240](https://github.com/react-native-image-picker/react-native-image-picker/issues/2240)) ([ae2cdd7](https://github.com/react-native-image-picker/react-native-image-picker/commit/ae2cdd7ac4406c29ab77a5df0442ec5ced23ca85)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02ed2c7e3..d3d1a028a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "7.0.2", + "version": "7.0.3", "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",