Skip to content

Commit 3ef0c7c

Browse files
committed
1 parent 97a53ea commit 3ef0c7c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [3.0.0](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0) (2022-12-23)
2+
3+
<p align="center">
4+
<a href="https://vuefire.vuejs.org" target="_blank" rel="noopener noreferrer">
5+
<img width="100" src="https://vuefire.vuejs.org/logo.svg" alt="VueFire logo">
6+
</a>
7+
</p>
8+
9+
VueFire 3 is now entering its stable phase! 🎉
10+
11+
This release doesn't include any changes from the previous beta, but it's now considered a good time to start using it in production.
12+
13+
Head over to the [Documentation](https://vuefire.vuejs.org/) to learn more about VueFire 3.
14+
15+
Report any bugs you find on GitHub Issues.
16+
117
# [3.0.0-beta.8](https://github.com/vuejs/vuefire/compare/[email protected]@3.0.0-beta.8) (2022-12-21)
218

319
### 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-beta.8",
3+
"version": "3.0.0",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"type": "module",

0 commit comments

Comments
 (0)