From d1e1465b4c37c1c296e2f84394717d63b428318a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 15:11:31 +0000 Subject: [PATCH] chore(release): 13.3.0 [skip ci] ## [13.3.0](https://github.com/thebergamo/react-native-fbsdk-next/compare/v13.2.0...v13.3.0) (2024-11-26) ### Features * **ios:** make all permitted user profile fields available when using limited login ([#582](https://github.com/thebergamo/react-native-fbsdk-next/issues/582)) ([b297eb6](https://github.com/thebergamo/react-native-fbsdk-next/commit/b297eb62e475c6ecfb8f9c1dbaa323950d0447ea)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c937e2..972cec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fbsdk-next", - "version": "13.2.0", + "version": "13.3.0", "description": "Facebook SDK support for React Native apps.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",