From 9908b75fc17eda1f8db342704eaa609a9e73cf6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Nov 2023 15:05:33 +0000 Subject: [PATCH] chore(release): 12.1.1 [skip ci] ## [12.1.1](https://github.com/thebergamo/react-native-fbsdk-next/compare/v12.1.0...v12.1.1) (2023-11-13) ### Bug Fixes * **android:** avoid crash on react-native reload if not initialized ([60ed902](https://github.com/thebergamo/react-native-fbsdk-next/commit/60ed90297335b554b5d38cf89d8a5b2d018e591b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e88ff3..82d6556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fbsdk-next", - "version": "12.1.0", + "version": "12.1.1", "description": "Facebook SDK support for React Native apps.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",