From 2b73c096f894ad27b5c0c06ca704d4c4c408d2d0 Mon Sep 17 00:00:00 2001 From: reslear Date: Fri, 17 Nov 2023 17:51:14 +0100 Subject: [PATCH] v3.3.5 (#324) --- CHANGELOG.md | 6 ++++++ README.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c740817..f8b8258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.3.5](https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.4...3.3.5) (2023-11-17) + +## What's Changed +* Update README.md by @Martin-Eckleben in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/323 +* Bump ios GoogleSignIn to 6.2.4 (Allows requesting scopes during initial signIn) by @Endrzei in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/321 + # [3.3.4](https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.3...3.3.4) (2023-10-20) ## What's Changed diff --git a/README.md b/README.md index a9dc2c7..710f6e8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ PRs for features that are not aligned with the official Google Auth library are ```sh npm i --save @codetrix-studio/capacitor-google-auth + +# pnpm +pnpm add @codetrix-studio/capacitor-google-auth + +# yarn +yarn add @codetrix-studio/capacitor-google-auth ``` #### 2. Update capacitor deps diff --git a/package-lock.json b/package-lock.json index 5532fc3..bbc952f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codetrix-studio/capacitor-google-auth", - "version": "3.3.4", + "version": "3.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@codetrix-studio/capacitor-google-auth", - "version": "3.3.4", + "version": "3.3.5", "license": "MIT", "devDependencies": { "@capacitor/android": "^5.0.4", diff --git a/package.json b/package.json index 4cccedd..61ebe0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codetrix-studio/capacitor-google-auth", - "version": "3.3.4", + "version": "3.3.5", "description": "Google Auth plugin for capacitor.", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",