Skip to content

Commit 9f1cdfb

Browse files
committed
chore(release): v1.18.0
1 parent c5723f9 commit 9f1cdfb

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.18.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.17.3...v1.18.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Handle forgot password ([e9a90b6](https://github.com/rrd108/nuxt-users/commit/e9a90b6))
11+
12+
### 🩹 Fixes
13+
14+
- Cli version ([586194f](https://github.com/rrd108/nuxt-users/commit/586194f))
15+
- Use runtime config for password reset link ([f462f64](https://github.com/rrd108/nuxt-users/commit/f462f64))
16+
17+
### 💅 Refactors
18+
19+
- Imports ([c5723f9](https://github.com/rrd108/nuxt-users/commit/c5723f9))
20+
21+
### 📖 Documentation
22+
23+
- Reorganizes structure ([bd710cd](https://github.com/rrd108/nuxt-users/commit/bd710cd))
24+
25+
### 🏡 Chore
26+
27+
- **release:** V1.17.3 ([29f0dbc](https://github.com/rrd108/nuxt-users/commit/29f0dbc))
28+
29+
### ❤️ Contributors
30+
31+
- Rrd108 ([@rrd108](https://github.com/rrd108))
32+
433
## v1.17.3
534

635
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.17.2...v1.17.3)

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