Skip to content

Commit d7d33d2

Browse files
committed
chore(release): v1.28.1
1 parent cddaf9c commit d7d33d2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.28.1
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.28.0...v1.28.1)
7+
8+
### 🩹 Fixes
9+
10+
- Composables are initialized on mount ([b25eb95](https://github.com/rrd108/nuxt-users/commit/b25eb95))
11+
- Lost reactivity ([8049526](https://github.com/rrd108/nuxt-users/commit/8049526))
12+
13+
### 🏡 Chore
14+
15+
- **release:** V1.28.0 ([4f6370d](https://github.com/rrd108/nuxt-users/commit/4f6370d))
16+
- Rename default to users ([4f5345a](https://github.com/rrd108/nuxt-users/commit/4f5345a))
17+
- Change info comment ([56c3d35](https://github.com/rrd108/nuxt-users/commit/56c3d35))
18+
- Comment out ([2534222](https://github.com/rrd108/nuxt-users/commit/2534222))
19+
- Remove unsused import ([cddaf9c](https://github.com/rrd108/nuxt-users/commit/cddaf9c))
20+
21+
### ❤️ Contributors
22+
23+
- Rrd108 ([@rrd108](https://github.com/rrd108))
24+
425
## v1.28.0
526

627
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.27.0...v1.28.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.28.0",
3+
"version": "1.28.1",
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)