From b4d157693786c0250a33f2c78af25e8e40f2d66f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Mar 2020 08:32:35 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.4.1...v1.5.0) (2020-03-26) ### Bug Fixes * remove unused import that breaks the build for RN >= 0.60 ([#150](https://github.com/react-native-community/react-native-cameraroll/issues/150)) ([334ab0e](https://github.com/react-native-community/react-native-cameraroll/commit/334ab0e)) * Update deprecated functions ([#149](https://github.com/react-native-community/react-native-cameraroll/issues/149)) ([3e38ab1](https://github.com/react-native-community/react-native-cameraroll/commit/3e38ab1)) ### Features * get album list ([#139](https://github.com/react-native-community/react-native-cameraroll/issues/139)) ([fc1855e](https://github.com/react-native-community/react-native-cameraroll/commit/fc1855e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49164e6fb..4e21e476f 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.4.1", + "version": "1.5.0", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",