Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
chore(release): 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Aug 26, 2021
1 parent bd7577b commit 612d0d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.7](https://github.com/robingenz/capacitor-firebase-authentication/compare/v0.3.6...v0.3.7) (2021-08-26)


### Bug Fixes

* return `idToken` on sign in ([#67](https://github.com/robingenz/capacitor-firebase-authentication/issues/67)) ([cb2568c](https://github.com/robingenz/capacitor-firebase-authentication/commit/cb2568c8cc9ae68c0e3d46cf01f1f67b6dd89171))

### [0.3.6](https://github.com/robingenz/capacitor-firebase-authentication/compare/v0.3.5...v0.3.6) (2021-08-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@robingenz/capacitor-firebase-authentication",
"version": "0.3.6",
"version": "0.3.7",
"description": "Capacitor plugin for Firebase Authentication.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 612d0d3

Please sign in to comment.