diff --git a/CHANGELOG.md b/CHANGELOG.md index dc528ff9..a2ba188c 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.2.1](https://github.com/nuxt-community/firebase-module/compare/v7.2.0...v7.2.1) (2020-12-22) + + +### Bug Fixes + +* **auth:** fixed 'auth' being initialized on server-side, which lead to a memory leak in SSR mode ([daa9b9e](https://github.com/nuxt-community/firebase-module/commit/daa9b9e50fa607b8c1b96e6495b6b66a9f0636c0)), closes [#399](https://github.com/nuxt-community/firebase-module/issues/399) + ## [7.2.0](https://github.com/nuxt-community/firebase-module/compare/v7.1.2...v7.2.0) (2020-12-22) diff --git a/package.json b/package.json index c6e055ab..662f9940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/firebase", - "version": "7.2.0", + "version": "7.2.1", "description": "Intergrate Firebase into your Nuxt project.", "keywords": [ "firebase",