Skip to content

Commit 914844f

Browse files
committed
chore(release): v1.22.0
1 parent ae1f4e3 commit 914844f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.22.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.21.0...v1.22.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Password reset url is configurable ([0a3d443](https://github.com/rrd108/nuxt-users/commit/0a3d443))
11+
12+
### 🩹 Fixes
13+
14+
- Imports setup ([dd8e8df](https://github.com/rrd108/nuxt-users/commit/dd8e8df))
15+
16+
### 💅 Refactors
17+
18+
- Vue SFC type resolution during module build ([533fa36](https://github.com/rrd108/nuxt-users/commit/533fa36))
19+
20+
### 🏡 Chore
21+
22+
- Remove unused file ([14bea18](https://github.com/rrd108/nuxt-users/commit/14bea18))
23+
- Lint fix ([a11887b](https://github.com/rrd108/nuxt-users/commit/a11887b))
24+
- **release:** V1.21.0 ([3eb08bd](https://github.com/rrd108/nuxt-users/commit/3eb08bd))
25+
- Update ip ([3139eab](https://github.com/rrd108/nuxt-users/commit/3139eab))
26+
- Removes unused import ([61089b4](https://github.com/rrd108/nuxt-users/commit/61089b4))
27+
- Unused imort removed ([3f3012f](https://github.com/rrd108/nuxt-users/commit/3f3012f))
28+
- Remove unsued import ([ae1f4e3](https://github.com/rrd108/nuxt-users/commit/ae1f4e3))
29+
30+
### ❤️ Contributors
31+
32+
- Rrd108 ([@rrd108](https://github.com/rrd108))
33+
434
## v1.21.0
535

636
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.18.0...v1.21.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.21.0",
3+
"version": "1.22.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)