Skip to content

Commit

Permalink
chore(release): 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lupas committed Dec 22, 2020
1 parent daa9b9e commit 550e5c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.

### [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/firebase",
"version": "7.2.0",
"version": "7.2.1",
"description": "Intergrate Firebase into your Nuxt project.",
"keywords": [
"firebase",
Expand Down

0 comments on commit 550e5c3

Please sign in to comment.