From 7cdfb6ec127decf1ac5686635afb7f07557becc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Sep 2021 19:39:52 +0000 Subject: [PATCH] chore(release): 4.2.1 [skip ci] ## [4.2.1](https://github.com/react-native-community/react-native-camera/compare/v4.2.0...v4.2.1) (2021-09-21) ### Bug Fixes * Remove the `mCamera.setPreviewDisplay` call on surface destroy as it may cause ANRs or slow down the UI when unmounting. The side effect of this is a nasty warning `BufferQueue has been abandoned` that can be ignored. ([#3331](https://github.com/react-native-community/react-native-camera/issues/3331)) ([9c0b87e](https://github.com/react-native-community/react-native-camera/commit/9c0b87e7da10735b94cbcb833078c3cc7e95738a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9508837f..5e2dc634e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-camera", "description": "A Camera component for React Native. Also reads barcodes.", - "version": "4.2.0", + "version": "4.2.1", "author": "Lochlan Wansbrough (http://lwansbrough.com)", "collective": { "type": "opencollective",