Skip to content

Commit a542d33

Browse files
committed
chore(release): v1.13.0
1 parent 3bd13f9 commit a542d33

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.13.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.12.0...v1.13.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Enhances user management and login flow ([894563a](https://github.com/rrd108/nuxt-users/commit/894563a))
11+
- Implement new components ([87689c9](https://github.com/rrd108/nuxt-users/commit/87689c9))
12+
- Define allowed HTTP methods for api endpoints permissions ([7feca0a](https://github.com/rrd108/nuxt-users/commit/7feca0a))
13+
- New api endpoint for user edit own data is added ([3bd13f9](https://github.com/rrd108/nuxt-users/commit/3bd13f9))
14+
15+
### 🩹 Fixes
16+
17+
- Authorization middleware for API routes closes #76 ([#76](https://github.com/rrd108/nuxt-users/issues/76))
18+
- (temporary) strange test failing ([ff8c376](https://github.com/rrd108/nuxt-users/commit/ff8c376))
19+
20+
### 💅 Refactors
21+
22+
- Component names ([159f334](https://github.com/rrd108/nuxt-users/commit/159f334))
23+
- Css classes renamed, removed or added ([c5c3334](https://github.com/rrd108/nuxt-users/commit/c5c3334))
24+
- Remove unused css ([7abc8a5](https://github.com/rrd108/nuxt-users/commit/7abc8a5))
25+
26+
### 🏡 Chore
27+
28+
- **release:** V1.12.0 ([0727c0f](https://github.com/rrd108/nuxt-users/commit/0727c0f))
29+
30+
### ✅ Tests
31+
32+
- Fix ([cbf300c](https://github.com/rrd108/nuxt-users/commit/cbf300c))
33+
- Fix failing test ([3973eec](https://github.com/rrd108/nuxt-users/commit/3973eec))
34+
35+
### ❤️ Contributors
36+
37+
- Rrd108 ([@rrd108](https://github.com/rrd108))
38+
439
## v1.12.0
540

641
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.11.0...v1.12.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.12.0",
3+
"version": "1.13.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)