Skip to content

Commit 08d081c

Browse files
committed
chore(release): v1.30.0
1 parent c3d25a9 commit 08d081c

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.30.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.29.1...v1.30.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Extends NUsersList with customizable user actions ([1ea4f61](https://github.com/rrd108/nuxt-users/commit/1ea4f61))
11+
- Adds filtering functionality to user list ([c3d25a9](https://github.com/rrd108/nuxt-users/commit/c3d25a9))
12+
13+
### 🩹 Fixes
14+
15+
- Add missing endpoint ([a0a371c](https://github.com/rrd108/nuxt-users/commit/a0a371c))
16+
- Auto whitelist /me endpoint ([5453da9](https://github.com/rrd108/nuxt-users/commit/5453da9))
17+
- Check peer dependencies on install ([9e6d596](https://github.com/rrd108/nuxt-users/commit/9e6d596))
18+
- Missing connector.options closes #96 ([#96](https://github.com/rrd108/nuxt-users/issues/96))
19+
- Using user provided properties ([07dd6a2](https://github.com/rrd108/nuxt-users/commit/07dd6a2))
20+
21+
### 🏡 Chore
22+
23+
- **release:** V1.29.1 ([b8f72c2](https://github.com/rrd108/nuxt-users/commit/b8f72c2))
24+
- Change console.logs ([7918808](https://github.com/rrd108/nuxt-users/commit/7918808))
25+
26+
### ✅ Tests
27+
28+
- Add integration tests runner ([e6cfbfb](https://github.com/rrd108/nuxt-users/commit/e6cfbfb))
29+
30+
### ❤️ Contributors
31+
32+
- Rrd108 ([@rrd108](https://github.com/rrd108))
33+
434
## v1.29.1
535

636
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.29.0...v1.29.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.29.1",
3+
"version": "1.30.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)