We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9049 commit 1c440a3Copy full SHA for 1c440a3
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.0.3
5
+
6
+[compare changes](https://github.com/igorjacauna/firebase-layer/compare/v0.0.2...v0.0.3)
7
8
+### 🚀 Enhancements
9
10
+- **auth:** Add OTP authentication ([16f9049](https://github.com/igorjacauna/firebase-layer/commit/16f9049))
11
12
+### ❤️ Contributors
13
14
+- Igor Jacaúna <[email protected]>
15
16
## v0.0.2
17
18
package.json
@@ -1,7 +1,7 @@
{
"name": "@igorjacauna/firebase-layer",
"type": "module",
- "version": "0.0.2",
+ "version": "0.0.3",
"main": "./nuxt.config.ts",
"description": "A Nuxt layer to use with Firebase",
"scripts": {
0 commit comments