Skip to content

Commit a028374

Browse files
committed
chore(release): v1.41.0
1 parent 10b162d commit a028374

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.41.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.40.2...v1.41.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Adds doc update command config ([8a1e4be](https://github.com/rrd108/nuxt-users/commit/8a1e4be))
11+
- Implements dark theme ([04f6333](https://github.com/rrd108/nuxt-users/commit/04f6333))
12+
- Adds theme detection plugin ([f81db16](https://github.com/rrd108/nuxt-users/commit/f81db16))
13+
14+
### 🩹 Fixes
15+
16+
- Enforces npm token for release ([2a3036c](https://github.com/rrd108/nuxt-users/commit/2a3036c))
17+
- Translate password strength indicator labels and validation messages ([#161](https://github.com/rrd108/nuxt-users/pull/161))
18+
- Type error ([b9feb2d](https://github.com/rrd108/nuxt-users/commit/b9feb2d))
19+
- **scripts:** Checks for NPM_TOKEN in .env ([80fa856](https://github.com/rrd108/nuxt-users/commit/80fa856))
20+
- Improves user list access safety ([10b162d](https://github.com/rrd108/nuxt-users/commit/10b162d))
21+
22+
### 💅 Refactors
23+
24+
- Move script tag to top ([b494755](https://github.com/rrd108/nuxt-users/commit/b494755))
25+
- Remove else ([ec18aa7](https://github.com/rrd108/nuxt-users/commit/ec18aa7))
26+
27+
### 🏡 Chore
28+
29+
- **release:** V1.40.2 ([b92e2d1](https://github.com/rrd108/nuxt-users/commit/b92e2d1))
30+
- **release:** V1.40.3 ([430de33](https://github.com/rrd108/nuxt-users/commit/430de33))
31+
32+
### ✅ Tests
33+
34+
- Adds Google OAuth HTTP callback tests ([c56df83](https://github.com/rrd108/nuxt-users/commit/c56df83))
35+
36+
### ❤️ Contributors
37+
38+
- Rrd108 ([@rrd108](https://github.com/rrd108))
39+
440
## v1.40.3
541

642
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.40.2...v1.40.3)

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