Skip to content

Commit 1186e63

Browse files
committed
chore(release): v1.20.0
1 parent 4a1a092 commit 1186e63

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.20.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.18.0...v1.20.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+
- **release:** V1.19.0 ([ac2d375](https://github.com/rrd108/nuxt-users/commit/ac2d375))
29+
30+
### ✅ Tests
31+
32+
- **ci:** Fix postgres fail on ([4a1a092](https://github.com/rrd108/nuxt-users/commit/4a1a092))
33+
34+
### ❤️ Contributors
35+
36+
- Rrd108 ([@rrd108](https://github.com/rrd108))
37+
438
## v1.19.0
539

640
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.18.0...v1.19.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.19.0",
3+
"version": "1.20.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)