Skip to content

Commit b04f0ae

Browse files
authored
V3.3.3 (#310)
* Update package.json * Update package-lock.json * Update CHANGELOG.md
1 parent 113efbe commit b04f0ae

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.3.3](https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.2...3.3.3) (2023-10-09)
2+
3+
## What's Changed
4+
* Demo Ionic Angular by @razmans in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/290
5+
* Fix #272, #55 by @mirko77 in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/288
6+
* Port android test stubs to capacitor 5, and exclude them from npm package by @adamschoenemann in https://github.com/CodetrixStudio/CapacitorGoogleAuth/pull/307
7+
18
# [3.3.2](https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.1...3.3.2) (2023-06-01)
29

310
## What's Changed

Diff for: package-lock.json

+3-3
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.2",
3+
"version": "3.3.3",
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)