Skip to content

Commit 552297a

Browse files
committed
chore(release): v1.11.0
1 parent ce562c5 commit 552297a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.11.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.9.0...v1.11.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add user CRUD API endpoints ([8cf5e0a](https://github.com/rrd108/nuxt-users/commit/8cf5e0a))
11+
- Add user API endpoints ([05f326e](https://github.com/rrd108/nuxt-users/commit/05f326e))
12+
13+
### 💅 Refactors
14+
15+
- API endpoints ([784dca4](https://github.com/rrd108/nuxt-users/commit/784dca4))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V1.10.0 ([d6100db](https://github.com/rrd108/nuxt-users/commit/d6100db))
20+
21+
### ✅ Tests
22+
23+
- Skip for jiti error ([ce562c5](https://github.com/rrd108/nuxt-users/commit/ce562c5))
24+
25+
### ❤️ Contributors
26+
27+
- Rrd108 ([@rrd108](https://github.com/rrd108))
28+
429
## v1.10.0
530

631
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.9.0...v1.10.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.10.0",
3+
"version": "1.11.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)