From cc78f4b4030ab400b44af7c6dff2dcd85111d379 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Sep 2023 09:31:26 +0000 Subject: [PATCH] chore(release): 5.9.0 [skip ci] # [5.9.0](https://github.com/react-native-cameraroll/react-native-cameraroll/compare/v5.8.0...v5.9.0) (2023-09-08) ### Features * **iOS:** Include assets originating from an iCloud Shared Album. ([#525](https://github.com/react-native-cameraroll/react-native-cameraroll/issues/525)) ([053dd8c](https://github.com/react-native-cameraroll/react-native-cameraroll/commit/053dd8c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 773287e..e8f949e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@react-native-camera-roll/camera-roll", "author": "Bartol Karuza ", "homepage": "https://github.com/react-native-cameraroll/react-native-cameraroll#readme", - "version": "5.8.0", + "version": "5.9.0", "description": "React Native Camera Roll for iOS & Android", "main": "lib/commonjs/index", "module": "lib/module/index",