Skip to content

Commit ac2d375

Browse files
committed
chore(release): v1.19.0
1 parent c36ac34 commit ac2d375

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.19.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.18.0...v1.19.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Handle forgot password ([e9a90b6](https://github.com/rrd108/nuxt-users/commit/e9a90b6))
11+
12+
### 🩹 Fixes
13+
14+
- Updates build command to include stub generation ([c36ac34](https://github.com/rrd108/nuxt-users/commit/c36ac34))
15+
16+
### 💅 Refactors
17+
18+
- Imports ([c5723f9](https://github.com/rrd108/nuxt-users/commit/c5723f9))
19+
- Utils directory and fixes import paths ([7dd48f6](https://github.com/rrd108/nuxt-users/commit/7dd48f6))
20+
21+
### 📖 Documentation
22+
23+
- Reorganizes structure ([bd710cd](https://github.com/rrd108/nuxt-users/commit/bd710cd))
24+
25+
### 🏡 Chore
26+
27+
- **release:** V1.18.0 ([9f1cdfb](https://github.com/rrd108/nuxt-users/commit/9f1cdfb))
28+
29+
### ❤️ Contributors
30+
31+
- Rrd108 ([@rrd108](https://github.com/rrd108))
32+
433
## v1.18.0
534

635
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.17.3...v1.18.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.18.0",
3+
"version": "1.19.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)