chore(version): bump to 3.7.1\n\ncleanup: attempt fix for orphaned repo archiving (refs #84)\n- Sanitize mirror rename to satisfy AlphaDashDot; timestamped fallback\n- Resolve Gitea owner robustly via mirroredLocation/strategy; verify presence\n- Add 'archived' status to Zod enums; set isArchived on archive\n- Update CHANGELOG entry without closing keyword

This commit is contained in:
Arunavo Ray
2025-09-14 07:53:36 +05:30
parent f3aae2ec94
commit 6ce70bb5bf
7 changed files with 107 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gitea-mirror",
"type": "module",
"version": "3.7.0",
"version": "3.7.1",
"engines": {
"bun": ">=1.2.9"
},