Skip to content

Commit b468e52

Browse files
committed
chore(release): v1.29.0
1 parent bf5786f commit b468e52

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.29.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.28.2...v1.29.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Implement register functionality ([8ea4f89](https://github.com/rrd108/nuxt-users/commit/8ea4f89))
11+
12+
### 🩹 Fixes
13+
14+
- Lost reactivity for user ([742cd1e](https://github.com/rrd108/nuxt-users/commit/742cd1e))
15+
- Types and test ([db71fe4](https://github.com/rrd108/nuxt-users/commit/db71fe4))
16+
- Type annotations ([d4a408b](https://github.com/rrd108/nuxt-users/commit/d4a408b))
17+
- Missing server middleware ([50e22d5](https://github.com/rrd108/nuxt-users/commit/50e22d5))
18+
- Auto whitelist urls on register ([8a05dab](https://github.com/rrd108/nuxt-users/commit/8a05dab))
19+
20+
### 🏡 Chore
21+
22+
- Remove login from example ([8d4611a](https://github.com/rrd108/nuxt-users/commit/8d4611a))
23+
- **release:** V1.28.2 ([b1e25cc](https://github.com/rrd108/nuxt-users/commit/b1e25cc))
24+
- Fix linting issues ([7e45645](https://github.com/rrd108/nuxt-users/commit/7e45645))
25+
- Lint fixes ([bf5786f](https://github.com/rrd108/nuxt-users/commit/bf5786f))
26+
27+
### ✅ Tests
28+
29+
- Add test for register ([ac29f3a](https://github.com/rrd108/nuxt-users/commit/ac29f3a))
30+
31+
### ❤️ Contributors
32+
33+
- Rrd108 ([@rrd108](https://github.com/rrd108))
34+
435
## v1.28.2
536

637
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.28.1...v1.28.2)

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.2",
3+
"version": "1.29.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)