Skip to content

Commit 4f6370d

Browse files
committed
chore(release): v1.28.0
1 parent 48af5f6 commit 4f6370d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.28.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.27.0...v1.28.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Expose useUsers composable ([485d81c](https://github.com/rrd108/nuxt-users/commit/485d81c))
11+
12+
### 🩹 Fixes
13+
14+
- Composables are initialized on mount ([b25eb95](https://github.com/rrd108/nuxt-users/commit/b25eb95))
15+
16+
### 🏡 Chore
17+
18+
- **release:** V1.27.0 ([195a5b7](https://github.com/rrd108/nuxt-users/commit/195a5b7))
19+
20+
### ❤️ Contributors
21+
22+
- Rrd108 ([@rrd108](https://github.com/rrd108))
23+
424
## v1.27.0
525

626
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.26.0...v1.27.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-users",
3-
"version": "1.27.0",
3+
"version": "1.28.0",
44
"description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)