Skip to content

Commit 2b73c09

Browse files
authored
v3.3.5 (#324)
1 parent e081c82 commit 2b73c09

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.3.5](https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.4...3.3.5) (2023-11-17)
2+
3+
## What's Changed
4+
* Update README.md by @Martin-Eckleben in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/323
5+
* Bump ios GoogleSignIn to 6.2.4 (Allows requesting scopes during initial signIn) by @Endrzei in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/321
6+
17
# [3.3.4](https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.3...3.3.4) (2023-10-20)
28

39
## What's Changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ PRs for features that are not aligned with the official Google Auth library are
2525

2626
```sh
2727
npm i --save @codetrix-studio/capacitor-google-auth
28+
29+
# pnpm
30+
pnpm add @codetrix-studio/capacitor-google-auth
31+
32+
# yarn
33+
yarn add @codetrix-studio/capacitor-google-auth
2834
```
2935

3036
#### 2. Update capacitor deps

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codetrix-studio/capacitor-google-auth",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "Google Auth plugin for capacitor.",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)