From 33cdbc1d5da4da0c37c2b4c8ff2ee2a8f40fdb3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jan 2024 21:02:39 +0000 Subject: [PATCH] chore(release): 12.1.3 [skip ci] ## [12.1.3](https://github.com/thebergamo/react-native-fbsdk-next/compare/v12.1.2...v12.1.3) (2024-01-26) ### Bug Fixes * **android:** add gradle namespace for react-native 0.73 / android gradle plugin 8.0 ([#485](https://github.com/thebergamo/react-native-fbsdk-next/issues/485)) ([d7f506d](https://github.com/thebergamo/react-native-fbsdk-next/commit/d7f506de8c924279d6c8e09209e80a3399beb4b9)) * **deps, ios:** use facebook-ios-sdk 16.3.1 ([e612900](https://github.com/thebergamo/react-native-fbsdk-next/commit/e6129004cb14456b504d2939b919dec0a10a7d9b)) ### Performance Improvements * **ci:** we know the exact paths of the files to use for cache freshness ([305fcd0](https://github.com/thebergamo/react-native-fbsdk-next/commit/305fcd01ce984655526a294b9cdb4cc07a77c59b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 523996d..4ce34f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fbsdk-next", - "version": "12.1.2", + "version": "12.1.3", "description": "Facebook SDK support for React Native apps.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",