Skip to content

Commit a3d9c76

Browse files
committed
1 parent e33f8e3 commit a3d9c76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.0.0-alpha.7](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2022-11-11)
2+
3+
### Features
4+
5+
- **app-check:** useAppCheckToken() ([95ea119](https://github.com/vuejs/vuefire/commit/95ea119f8dabc929d4484452dcb37c77a2733734))
6+
- **storage:** useStorageTask (will be renamed) ([5dddcf2](https://github.com/vuejs/vuefire/commit/5dddcf264673e130ab0c8a2f9399dd4febaada8c))
7+
18
# [3.0.0-alpha.6](https://github.com/vuejs/vuefire/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2022-11-10)
29

310
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"unpkg": "dist/index.iife.js",

0 commit comments

Comments
 (0)