Skip to content

Commit 0727c0f

Browse files
committed
chore(release): v1.12.0
1 parent 7abc8a5 commit 0727c0f

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.12.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.11.0...v1.12.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+
13+
### 🩹 Fixes
14+
15+
- Authorization middleware for API routes closes #76 ([#76](https://github.com/rrd108/nuxt-users/issues/76))
16+
- (temporary) strange test failing ([ff8c376](https://github.com/rrd108/nuxt-users/commit/ff8c376))
17+
18+
### 💅 Refactors
19+
20+
- Component names ([159f334](https://github.com/rrd108/nuxt-users/commit/159f334))
21+
- Css classes renamed, removed or added ([c5c3334](https://github.com/rrd108/nuxt-users/commit/c5c3334))
22+
- Remove unused css ([7abc8a5](https://github.com/rrd108/nuxt-users/commit/7abc8a5))
23+
24+
### 🏡 Chore
25+
26+
- Bump version number ([5045086](https://github.com/rrd108/nuxt-users/commit/5045086))
27+
28+
### ✅ Tests
29+
30+
- Fix ([cbf300c](https://github.com/rrd108/nuxt-users/commit/cbf300c))
31+
- Fix failing test ([3973eec](https://github.com/rrd108/nuxt-users/commit/3973eec))
32+
33+
### ❤️ Contributors
34+
35+
- Rrd108 ([@rrd108](https://github.com/rrd108))
36+
437
## v1.11.0
538

639
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.9.0...v1.11.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.11.0",
3+
"version": "1.12.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)