Skip to content

Commit 21907d3

Browse files
committed
chore(release): v1.31.0
1 parent ceaa188 commit 21907d3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.31.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.30.0...v1.31.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+
- Missing connector.options closes #96 ([#96](https://github.com/rrd108/nuxt-users/issues/96))
16+
- Using user provided properties ([07dd6a2](https://github.com/rrd108/nuxt-users/commit/07dd6a2))
17+
- Typo in file name ([d833e52](https://github.com/rrd108/nuxt-users/commit/d833e52))
18+
- Includes scripts directory in the published package ([ceaa188](https://github.com/rrd108/nuxt-users/commit/ceaa188))
19+
20+
### 🏡 Chore
21+
22+
- **release:** V1.30.0 ([08d081c](https://github.com/rrd108/nuxt-users/commit/08d081c))
23+
24+
### ❤️ Contributors
25+
26+
- Rrd108 ([@rrd108](https://github.com/rrd108))
27+
428
## v1.30.0
529

630
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.29.1...v1.30.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.30.0",
3+
"version": "1.31.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)