Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
b392b747b6 chore: bump version to 0.5.6 (VERSION + package.json) 2026-01-29 15:08:36 +00:00
Michel Roegl-Brunner
580986abfa Merge pull request #481 from community-scripts/fix/466
fix: resolve server from DB for SSH when client sends no ssh_key_path (fixes #466)
2026-01-29 16:03:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
0.5.5
0.5.6

View File

@@ -1,6 +1,6 @@
{
"name": "pve-scripts-local",
"version": "0.1.0",
"version": "0.5.6",
"private": true,
"type": "module",
"scripts": {
@@ -106,4 +106,4 @@
"prismjs": "^1.30.0",
"hono": ">=4.11.7"
}
}
}