chore: bump version to v2.18.0

- Add mixed organization strategy for flexible repository mirroring
- Add override options documentation in Organization Strategy component
- Simplify implementation to reuse existing database fields
This commit is contained in:
Arunavo Ray
2025-06-24 13:58:21 +05:30
parent d68b822c76
commit 00d516a59d
2 changed files with 17 additions and 1 deletions

View File

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