From 0da60ca622a6c2242da8ad9a6188de7e43e6a713 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Nov 2022 18:34:36 +0000 Subject: [PATCH] chore(release): 11.1.0 [skip ci] ## [11.1.0](https://github.com/thebergamo/react-native-fbsdk-next/compare/v11.0.1...v11.1.0) (2022-11-12) ### Features * **ios, expo:** bump Expo Adapters minimum target from 12.0 to 13.0 ([#352](https://github.com/thebergamo/react-native-fbsdk-next/issues/352)) ([842a0ff](https://github.com/thebergamo/react-native-fbsdk-next/commit/842a0ffbf75808762d2be6f62e432db6303c3738)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 726ac1d..8afc9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fbsdk-next", - "version": "11.0.1", + "version": "11.1.0", "description": "Facebook SDK support for React Native apps.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",