From 08ba91db782a22cb5cbd3cb93acae3ca40dc5950 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 May 2023 13:09:27 +0000 Subject: [PATCH] chore(release): 5.5.0 [skip ci] # [5.5.0](https://github.com/react-native-cameraroll/react-native-cameraroll/compare/v5.4.0...v5.5.0) (2023-05-22) ### Bug Fixes * make useCameraRoll functions to be shallow equal ([#492](https://github.com/react-native-cameraroll/react-native-cameraroll/issues/492)) ([905dd24](https://github.com/react-native-cameraroll/react-native-cameraroll/commit/905dd24)) ### Features * **all:** Add modificationTimestamp field ([#493](https://github.com/react-native-cameraroll/react-native-cameraroll/issues/493)) ([a419ccc](https://github.com/react-native-cameraroll/react-native-cameraroll/commit/a419ccc)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 562a05e..e7f59a9 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.4.0", + "version": "5.5.0", "description": "React Native Camera Roll for iOS & Android", "main": "lib/commonjs/index", "module": "lib/module/index",