feat: Add security upgrade and refactor paths in controllers

This commit is contained in:
Peifan Li
2025-12-26 23:25:47 -05:00
parent aa8e8f0ec2
commit 69bcb62ce9

View File

@@ -1,5 +1,15 @@
# Change Log
## v1.7.0 (2025-12-26)
### Fix
- fix: upgrade vulnerabilities; enhance security (aa8e8f0)
### Refactor
- refactor: Update paths and imports in controllers (1d97659)
## v1.6.49 (2025-12-26)
### Feat
@@ -11,6 +21,14 @@
- refactor: Configure QueryClient with memory management settings (e03db8f)
### Docs
- docs: Update localization files with new content (0553bc6)
### Test
- test: Improve clipboard functionality and axios mocking (6296f0b)
## v1.6.48 (2025-12-26)
### Chore