From 01eaadad06b632e617772218a0873bd90beb8c01 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 13:19:19 +0000 Subject: [PATCH] chore(release): 12.1.1 [skip ci] ## [12.1.1](https://github.com/react-native-google-signin/google-signin/compare/v12.1.0...v12.1.1) (2024-05-30) ### Bug Fixes * not all mock files were part of published package ([#1294](https://github.com/react-native-google-signin/google-signin/issues/1294)) ([2c0f5b1](https://github.com/react-native-google-signin/google-signin/commit/2c0f5b1f97aac4eea52529297e22588eabac4b80)) Please note there's a [paid version of the package](https://react-native-google-signin.github.io/docs/install) with some extra features available. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cf5f318..b5519c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-google-signin/google-signin", - "version": "12.1.0", + "version": "12.1.1", "description": "Google sign in for your react native applications", "main": "lib/commonjs/index", "module": "lib/module/index",