From bd556526542d651cc9355c7ff8971871f569d714 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2019 13:27:30 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.2.1...v1.3.0) (2019-11-07) ### Bug Fixes * **example:** remove flow parsing from example ([452fd7b](https://github.com/react-native-community/react-native-cameraroll/commit/452fd7b)) * **lib:** Android 10 screenshot sorted incorrectly ([#98](https://github.com/react-native-community/react-native-cameraroll/issues/98)) ([902abd4](https://github.com/react-native-community/react-native-cameraroll/commit/902abd4)), closes [#97](https://github.com/react-native-community/react-native-cameraroll/issues/97) * **lib:** Fix warning for deprecated RCTBridge interface for RCTImageLoader ([#87](https://github.com/react-native-community/react-native-cameraroll/issues/87)) ([c0a132d](https://github.com/react-native-community/react-native-cameraroll/commit/c0a132d)) ### Features * **lib:** Moved deletePhotos to use new PHAsset API and added an implementation for Android ([#69](https://github.com/react-native-community/react-native-cameraroll/issues/69)) ([7850dd5](https://github.com/react-native-community/react-native-cameraroll/commit/7850dd5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 858190d0a..1c0b7d3b1 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.2.1", + "version": "1.3.0", "description": "React Native Camera Roll for iOS & Android", "main": "./js/CameraRoll.js", "types": "./typings/CameraRoll.d.ts",