From 5640926080745d25e7aaec09ed829e9b9f06efbb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Nov 2021 09:07:02 +0000 Subject: [PATCH] chore(release): 4.2.1 [skip ci] ## [4.2.1](https://github.com/react-native-image-picker/react-native-image-picker/compare/v4.2.0...v4.2.1) (2021-11-15) ### Bug Fixes * photo selection in simulator on M1 macs ([#1853](https://github.com/react-native-image-picker/react-native-image-picker/issues/1853)) ([416be5a](https://github.com/react-native-image-picker/react-native-image-picker/commit/416be5a6aebd829c6af7a24d10859f248e4e55d2)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41ef5afcd..9c7272d17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-picker", - "version": "4.2.0", + "version": "4.2.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",