Skip to content

Commit e674bf1

Browse files
committed
1 parent 86c276e commit e674bf1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.1.0](https://github.com/vuejs/vuefire/compare/[email protected]@0.1.0) (2023-01-12)
2+
3+
### Bug Fixes
4+
5+
- handle more service account cases ([c9461ef](https://github.com/vuejs/vuefire/commit/c9461efcdf06017d8c347d2d8355e677a93ca6a1))
6+
- workaround vite resolving issue ([86c276e](https://github.com/vuejs/vuefire/commit/86c276edff2a56d5528b1c37beac2c6a422540dc))
7+
8+
### Code Refactoring
9+
10+
- rename admin.config to admin.options ([c1ba636](https://github.com/vuejs/vuefire/commit/c1ba636a0df68d32f7f8441021dcbd604755764b))
11+
12+
### Features
13+
14+
- improve ssr + admin check ([6698c04](https://github.com/vuejs/vuefire/commit/6698c045080bfbe39681fb5d350eaf5cbfb7efe4))
15+
- mark nuxt-vuefire logs ([1fe0307](https://github.com/vuejs/vuefire/commit/1fe03073f74eb5a2615d2595af27e2aff7eba4b4))
16+
17+
### BREAKING CHANGES
18+
19+
- rename `admin.config` to `admin.options`
20+
121
## [0.0.19](https://github.com/vuejs/vuefire/compare/[email protected]@0.0.19) (2023-01-06)
222

323
- dependencies updated

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

0 commit comments

Comments
 (0)