Skip to content

Commit 1222bcd

Browse files
committed
chore(release): v1.1.6
1 parent 114d360 commit 1222bcd

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.1.6
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.1.5...v1.1.6)
7+
8+
### 🩹 Fixes
9+
10+
- **deps:** Exclude bcrypt from client-side bundle ([a678a96](https://github.com/rrd108/nuxt-users/commit/a678a96))
11+
- **cli:** Exits process after successful user creation ([d71b779](https://github.com/rrd108/nuxt-users/commit/d71b779))
12+
- Remove db releated code from client code ([114d360](https://github.com/rrd108/nuxt-users/commit/114d360))
13+
14+
### 💅 Refactors
15+
16+
- **cli:** Commands to load options ([403a281](https://github.com/rrd108/nuxt-users/commit/403a281))
17+
18+
### 🏡 Chore
19+
20+
- **release:** V1.1.5 ([98ab3d1](https://github.com/rrd108/nuxt-users/commit/98ab3d1))
21+
22+
### 🤖 CI
23+
24+
- Adds Nuxt 4 compatibility tests ([4132d86](https://github.com/rrd108/nuxt-users/commit/4132d86))
25+
26+
### ❤️ Contributors
27+
28+
- Rrd108 ([@rrd108](https://github.com/rrd108))
29+
430
## v1.1.5
531

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

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