Release ForgeFlow 0.5.2

This commit is contained in:
NuklearRabbit
2026-07-25 01:07:54 +02:00
parent 602309b203
commit cf1f67a823
23 changed files with 550 additions and 72 deletions
+9 -6
View File
@@ -1,6 +1,6 @@
{
"name": "forgeflow",
"version": "0.4.5",
"version": "0.5.2",
"private": true,
"description": "Desktop release cockpit for local Git, Gitea Actions and controlled exact-commit deployments.",
"main": "main.cjs",
@@ -51,7 +51,13 @@
"docs/SSH_UNRAID_DEPLOYMENT.md",
"docs/RELEASE_NOTES_0.4.1.md",
"docs/RELEASE_NOTES_0.4.2.md",
"docs/RELEASE_NOTES_0.4.3.md"
"docs/RELEASE_NOTES_0.4.3.md",
"docs/RELEASE_NOTES_0.4.4.md",
"docs/RELEASE_NOTES_0.4.5.md",
"docs/RELEASE_NOTES_0.5.0.md",
"docs/RELEASE_NOTES_0.5.1.md",
"Publish-ForgeFlow-Release.ps1",
"docs/RELEASE_NOTES_0.5.2.md"
],
"directories": {
"output": "dist"
@@ -85,8 +91,5 @@
"author": "Jens",
"dependencies": {
"ssh2": "1.17.0"
},
"files": [
"docs/RELEASE_NOTES_0.4.4.md"
]
}
}