From f67e1a78911cf0db51e9cc67ab13643d791bbad3 Mon Sep 17 00:00:00 2001 From: Pascal Luther Date: Tue, 19 Jan 2021 19:32:19 +0100 Subject: [PATCH] chore(release): 7.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e013490f..9ab91307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [7.4.0](https://github.com/nuxt-community/firebase-module/compare/v7.3.3...v7.4.0) (2021-01-19) + + +### Features + +* **auth:** added onIdTokenChanged() handlers to auth.initialize ([fcf0846](https://github.com/nuxt-community/firebase-module/commit/fcf08463621b36e597dc31d9c542c46632a5beb9)), closes [#411](https://github.com/nuxt-community/firebase-module/issues/411) + ### [7.3.3](https://github.com/nuxt-community/firebase-module/compare/v7.3.2...v7.3.3) (2021-01-18) diff --git a/package.json b/package.json index c2422503..78afbdb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/firebase", - "version": "7.3.3", + "version": "7.4.0", "description": "Intergrate Firebase into your Nuxt project.", "keywords": [ "firebase",