From 8e26ceffa019c01d754bf44053ea88cbdc3267ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 May 2023 07:40:24 +0000 Subject: [PATCH] chore(release): 5.6.0 [skip ci] # [5.6.0](https://github.com/react-native-cameraroll/react-native-cameraroll/compare/v5.5.0...v5.6.0) (2023-05-31) ### Features * **iOS:** Add subTypes field ([#495](https://github.com/react-native-cameraroll/react-native-cameraroll/issues/495)) ([1f6499b](https://github.com/react-native-cameraroll/react-native-cameraroll/commit/1f6499b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7f59a9..2b99edf 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.5.0", + "version": "5.6.0", "description": "React Native Camera Roll for iOS & Android", "main": "lib/commonjs/index", "module": "lib/module/index",