fix: Update version number in CHANGELOG to v1.5.11

This commit is contained in:
Peifan Li
2025-12-14 15:55:33 -05:00
parent 3d6f281030
commit bbbed94550

View File

@@ -2,7 +2,7 @@
## v1.5.10 (2025-12-14)
## v1.5.11 (2025-12-14)
### Refactor
- refactor: Update merge output format handling (98694d5)
@@ -10,11 +10,13 @@
### Style
- style: Remove unused onSave function and related logic (59a890a)
## v1.5.9 (2025-12-14)
## v1.5.10 (2025-12-14)
### Feat
- feat: Add discriminated union types for download errors (4df83c9)
## v1.5.9 (2025-12-14)
### Test
- test: Add mock for storageService.checkVideoDownloadBySourceId (358c04b)