release: @johanleroy/git-arboretum 1.4.0
Some checks failed
CI / Build & test (Node 22) (push) Successful in 9m53s
CI / Build & test (Node 24) (push) Successful in 9m45s
Release / Publish to Gitea npm registry (push) Failing after 5m10s
CI / Pack & boot smoke (Node 22) (push) Failing after 5m2s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-18 17:03:09 +02:00
parent 1226e9dfa2
commit b9b90f976f
2 changed files with 6 additions and 2 deletions

6
package-lock.json generated
View File

@@ -4840,7 +4840,7 @@
},
"packages/server": {
"name": "@johanleroy/git-arboretum",
"version": "1.3.0",
"version": "1.4.0",
"bundleDependencies": [
"@arboretum/shared"
],
@@ -4864,6 +4864,10 @@
},
"engines": {
"node": ">=22.16"
},
"funding": {
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/johanleroy"
}
},
"packages/shared": {

View File

@@ -1,6 +1,6 @@
{
"name": "@johanleroy/git-arboretum",
"version": "1.3.0",
"version": "1.4.0",
"description": "Self-hosted web dashboard for git worktrees and the Claude Code sessions running on them",
"license": "MIT",
"type": "module",