Skip to content

Commit 3eb08bd

Browse files
committed
chore(release): v1.21.0
1 parent a11887b commit 3eb08bd

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.21.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.18.0...v1.21.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+
- Improves database connection handling ([3982c0c](https://github.com/rrd108/nuxt-users/commit/3982c0c))
16+
- Imports setup ([dd8e8df](https://github.com/rrd108/nuxt-users/commit/dd8e8df))
17+
18+
### 💅 Refactors
19+
20+
- Imports ([c5723f9](https://github.com/rrd108/nuxt-users/commit/c5723f9))
21+
- Utils directory and fixes import paths ([7dd48f6](https://github.com/rrd108/nuxt-users/commit/7dd48f6))
22+
23+
### 📖 Documentation
24+
25+
- Reorganizes structure ([bd710cd](https://github.com/rrd108/nuxt-users/commit/bd710cd))
26+
27+
### 🏡 Chore
28+
29+
- **release:** V1.18.0 ([9f1cdfb](https://github.com/rrd108/nuxt-users/commit/9f1cdfb))
30+
- **release:** V1.19.0 ([ac2d375](https://github.com/rrd108/nuxt-users/commit/ac2d375))
31+
- **release:** V1.20.0 ([1186e63](https://github.com/rrd108/nuxt-users/commit/1186e63))
32+
- Remove unused file ([14bea18](https://github.com/rrd108/nuxt-users/commit/14bea18))
33+
- Lint fix ([a11887b](https://github.com/rrd108/nuxt-users/commit/a11887b))
34+
35+
### ✅ Tests
36+
37+
- **ci:** Fix postgres fail on ([4a1a092](https://github.com/rrd108/nuxt-users/commit/4a1a092))
38+
39+
### ❤️ Contributors
40+
41+
- Rrd108 ([@rrd108](https://github.com/rrd108))
42+
443
## v1.20.0
544

645
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.18.0...v1.20.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.20.0",
3+
"version": "1.21.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)