Skip to content

Commit 7195d94

Browse files
committed
chore(release): v1.48.1
1 parent be1ff2c commit 7195d94

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

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.48.1
5+
6+
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.48.0...v1.48.1)
7+
8+
### 🩹 Fixes
9+
10+
- **mysql:** Use connection pool instead of single connection ([#202](https://github.com/rrd108/nuxt-users/pull/202))
11+
- Use configured migrations table name instead of hardcoded 'migrations' ([#34](https://github.com/rrd108/nuxt-users/pull/34))
12+
- **docs:** Use SSH alias for deploy and update release timestamp ([23d1efd](https://github.com/rrd108/nuxt-users/commit/23d1efd))
13+
14+
### 💅 Refactors
15+
16+
- **mysql-connector:** Enhance type safety for raw statements ([be1ff2c](https://github.com/rrd108/nuxt-users/commit/be1ff2c))
17+
18+
### 📖 Documentation
19+
20+
- Add mailer.defaults.from note ([#97](https://github.com/rrd108/nuxt-users/pull/97))
21+
- Add @types/better-sqlite3 install instruction ([#69](https://github.com/rrd108/nuxt-users/pull/69))
22+
- Add pnpm install instructions ([#50](https://github.com/rrd108/nuxt-users/pull/50))
23+
- Add yarn 2+ install instructions ([#49](https://github.com/rrd108/nuxt-users/pull/49))
24+
25+
### 🏡 Chore
26+
27+
- **release:** V1.48.0 ([f37934d](https://github.com/rrd108/nuxt-users/commit/f37934d))
28+
- Updtae dependecies ([4740eca](https://github.com/rrd108/nuxt-users/commit/4740eca))
29+
30+
### ❤️ Contributors
31+
32+
- Rrd108 ([@rrd108](https://github.com/rrd108))
33+
434
## v1.48.0
535

636
[compare changes](https://github.com/rrd108/nuxt-users/compare/v1.47.0...v1.48.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.48.0",
3+
"version": "1.48.1",
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)