Skip to content

Commit b127043

Browse files
committed
chore(release): v1.3.0
1 parent 97ed222 commit b127043

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.3.0
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.2.0...v1.3.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Adds theme support with light/dark mode ([005ea87](https://github.com/rrd108/nuxt-users/commit/005ea87))
11+
- Adds logout functionality ([a61b4e8](https://github.com/rrd108/nuxt-users/commit/a61b4e8))
12+
13+
### 💅 Refactors
14+
15+
- Restyles login form for better UX closes #51 ([#51](https://github.com/rrd108/nuxt-users/issues/51))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V1.2.0 ([54fd5c8](https://github.com/rrd108/nuxt-users/commit/54fd5c8))
20+
21+
### ❤️ Contributors
22+
23+
- Rrd108 ([@rrd108](https://github.com/rrd108))
24+
425
## v1.2.0
526

627
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.1.6...v1.2.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.2.0",
3+
"version": "1.3.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)