Skip to content

Commit 00030d7

Browse files
committed
1 parent ce1c02c commit 00030d7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.2.16](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.16) (2023-08-16)
2+
3+
### Bug Fixes
4+
5+
- **ssr:** apply multiple reducers for complex data ([eb00e3e](https://github.com/vuejs/vuefire/commit/eb00e3edacded285e9272352ea39478c36448a36))
6+
7+
### Features
8+
9+
- **emulators:** allow disabling emulators with env variable ([ce1c02c](https://github.com/vuejs/vuefire/commit/ce1c02c7abfa799a399e112a0116c6f56f53c2de))
10+
111
## [0.2.15](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.15) (2023-08-16)
212

313
### Bug Fixes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vuefire",
33
"description": "Nuxt.js module for VueFire",
4-
"version": "0.2.15",
4+
"version": "0.2.16",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)