Skip to content

Commit 54fd5c8

Browse files
committed
chore(release): v1.2.0
1 parent 9ed1df1 commit 54fd5c8

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v1.2.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.1.6...v1.2.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Adds user role functionality closes #25 ([#25](https://github.com/rrd108/nuxt-users/issues/25))
11+
- Adds authentication middleware and route whitelisting closes #52 ([#52](https://github.com/rrd108/nuxt-users/issues/52))
12+
13+
### 🩹 Fixes
14+
15+
- **ci:** Adds playground preparation step to CI ([cf9af1f](https://github.com/rrd108/nuxt-users/commit/cf9af1f))
16+
17+
### 💅 Refactors
18+
19+
- Uses default table names as fallback ([dcee2ee](https://github.com/rrd108/nuxt-users/commit/dcee2ee))
20+
21+
### 🏡 Chore
22+
23+
- **release:** V1.1.6 ([1222bcd](https://github.com/rrd108/nuxt-users/commit/1222bcd))
24+
- Consistently prefixes logs with "[Nuxt Users]" ([9ed1df1](https://github.com/rrd108/nuxt-users/commit/9ed1df1))
25+
26+
### ❤️ Contributors
27+
28+
- Rrd108 ([@rrd108](https://github.com/rrd108))
29+
430
## v1.1.6
531

632
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.1.5...v1.1.6)

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.1.6",
3+
"version": "1.2.0",
44
"description": "A comprehensive user management module for Nuxt 3 applications with authentication, database support, and CLI tools",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)