From 34444b21b38f3a76712cdd2abf6eb8d80c73eeaf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Feb 2020 09:27:23 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.3.1...v1.4.0) (2020-02-05) ### Bug Fixes * Making Promise return types consistent across iOS and Android, updating types to match. ([#137](https://github.com/react-native-community/react-native-cameraroll/issues/137)) ([b49dc8e](https://github.com/react-native-community/react-native-cameraroll/commit/b49dc8e)) ### Features * Support filter media items between dates ([#140](https://github.com/react-native-community/react-native-cameraroll/issues/140)) ([75b4208](https://github.com/react-native-community/react-native-cameraroll/commit/75b4208)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76dfe6793..3b07ee584 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": "1.3.1", + "version": "1.4.0", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",