From 1421c1d7e4a384e3a37c42a4907738ae4fe9e399 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Mar 2021 08:17:04 +0000 Subject: [PATCH] chore(release): 4.0.4 [skip ci] ## [4.0.4](https://github.com/react-native-community/react-native-cameraroll/compare/v4.0.3...v4.0.4) (2021-03-23) ### Bug Fixes * peerDependency version ([#296](https://github.com/react-native-community/react-native-cameraroll/issues/296)) ([50e68a5](https://github.com/react-native-community/react-native-cameraroll/commit/50e68a5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56f860500..2c282ba69 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@react-native-community/cameraroll", "author": "Bartol Karuza ", "homepage": "https://github.com/react-native-community/react-native-cameraroll#readme", - "version": "4.0.3", + "version": "4.0.4", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",