From a9eba34437b86cf7d3e153a9b8b99842a3a2d5cc Mon Sep 17 00:00:00 2001 From: Pascal Luther Date: Sat, 14 Nov 2020 20:11:57 +0100 Subject: [PATCH] chore(release): 7.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7674ad..3290b836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.1.1](https://github.com/nuxt-community/firebase-module/compare/v7.1.0...v7.1.1) (2020-11-14) + + +### Bug Fixes + +* **auth-emulator-ssr:** call useEmulator in auth ssr service-worker, if emulator is in use ([004e696](https://github.com/nuxt-community/firebase-module/commit/004e696e90c0be06573a9038439fb910efaee84f)) + +## [7.0.0](https://github.com/nuxt-community/firebase-module/compare/v6.1.1...v7.0.0) (2020-10-31) + ## [7.1.0](https://github.com/nuxt-community/firebase-module/compare/v7.0.2...v7.1.0) (2020-11-05) diff --git a/package.json b/package.json index ed98115a..a8982453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/firebase", - "version": "7.1.0", + "version": "7.1.1", "description": "Intergrate Firebase into your Nuxt project.", "keywords": [ "firebase",