Skip to content

Commit 04f9e4b

Browse files
committed
1 parent 6c9f19c commit 04f9e4b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.2.18](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.18) (2023-08-28)
2+
3+
### Bug Fixes
4+
5+
- use VueFire plugin without auth ([82ce282](https://github.com/vuejs/vuefire/commit/82ce28210a6faded4caeac84ef0b34204ad7320c))
6+
7+
### Features
8+
9+
- **auth:** allow turning off session cookie ([9af5c99](https://github.com/vuejs/vuefire/commit/9af5c997f083b2817fdcab0397ef7ae734778481))
10+
- expose options type ([def6241](https://github.com/vuejs/vuefire/commit/def6241b5e03f6cc1a22f373c820cdf318a4130b))
11+
- **nuxt:** Add storage composables auto-imports ([#1384](https://github.com/vuejs/vuefire/issues/1384)) ([b4ffc4e](https://github.com/vuejs/vuefire/commit/b4ffc4e7ee5478e5cad05014c16d095646ee84c1))
12+
113
## [0.2.17](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.17) (2023-08-17)
214

315
### 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.17",
4+
"version": "0.2.18",
55
"license": "MIT",
66
"type": "module",
77
"exports": {

0 commit comments

Comments
 (0)