Skip to content

Commit 0c0d5db

Browse files
committed
chore: release v0.2.1
1 parent d02373f commit 0c0d5db

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Changelog
22

3+
## [0.2.1] - 2025-09-13
4+
5+
BREAKING CHANGES
6+
7+
Use useFirebaseStorageURL instead of usePublicStorageUrl.
8+
9+
- refactor!: usePublicStorageUrl to useFirebaseStorageURL
10+
- refactor: signout logic
11+
312
## [0.2.0] - 2025-09-09
413

514
Add Firebase 12 support.
615

16+
BREAKING CHANGES
17+
18+
Use /create instead of /new.
19+
720
- chore(deps): update to firebase v12
821
- chore(deps): update csv-stringify
922
- refactor!: use /create instead of /new

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtify/app",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Nuxtify app module powered by Nuxt, Vuetify, and Firebase.",
55
"homepage": "https://nuxtify.dev",
66
"author": "Nuxtify.dev <[email protected]>",

0 commit comments

Comments
 (0)