From 0daec064ec5aac50ea056310befad6a0c9ce5f3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Sep 2023 06:26:35 +0000 Subject: [PATCH] chore(release): 5.7.0 [skip ci] # [5.7.0](https://github.com/react-native-image-picker/react-native-image-picker/compare/v5.6.1...v5.7.0) (2023-09-07) ### Features * **filename:** add fallback to getting extension from filename ([#2118](https://github.com/react-native-image-picker/react-native-image-picker/issues/2118)) ([2c13085](https://github.com/react-native-image-picker/react-native-image-picker/commit/2c13085fb612a2e4118e7f36c8a65a4812cb7ec0)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1e57a741..1f86ed980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "5.6.1", + "version": "5.7.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",