Skip to content

Commit ca9ee73

Browse files
committed
chore(release): v1.24.0
1 parent 2066238 commit ca9ee73

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.24.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.23.1...v1.24.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Remove user form view on deletion ([2066238](https://github.com/rrd108/nuxt-users/commit/2066238))
11+
12+
### 🩹 Fixes
13+
14+
- User patch sql error ([aa506dd](https://github.com/rrd108/nuxt-users/commit/aa506dd))
15+
16+
### 🏡 Chore
17+
18+
- **release:** V1.23.1 ([9b2ed06](https://github.com/rrd108/nuxt-users/commit/9b2ed06))
19+
20+
### ✅ Tests
21+
22+
- New test script added ([618b8dc](https://github.com/rrd108/nuxt-users/commit/618b8dc))
23+
24+
### ❤️ Contributors
25+
26+
- Rrd108 ([@rrd108](https://github.com/rrd108))
27+
428
## v1.23.1
529

630
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.23.0...v1.23.1)

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