From f321084c7b6ddce10765b11f7c7fd5f71314c8b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jun 2019 06:31:39 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.5...v1.1.0) (2019-06-13) ### Bug Fixes * **lib:** mirror fix PHAsset video upload ([#58](https://github.com/react-native-community/react-native-cameraroll/issues/58)) ([829c7bd](https://github.com/react-native-community/react-native-cameraroll/commit/829c7bd)), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](https://github.com//github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032) ### Features * **lib:** Filename added to the image properties iOS and Android ([#61](https://github.com/react-native-community/react-native-cameraroll/issues/61)) ([f420cef](https://github.com/react-native-community/react-native-cameraroll/commit/f420cef)), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](https://github.com//github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e50520f7a..471886ef3 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.0.5", + "version": "1.1.0", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",