From 33cda3d13d1d46fda58ab0373923065682386765 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Sat, 16 May 2026 18:08:04 +0200 Subject: [PATCH] chore: bump to 0.0.26 Brings the JSS 0.0.195 dependency + --git enablement (PR #27) to users. After publish, npx jspod produces a working pod that is also a real git remote, with auto-init on first push. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c0a2f7..1a53d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jspod", - "version": "0.0.25", + "version": "0.0.26", "description": "JavaScript Solid Pod - Just works, batteries included", "type": "module", "main": "index.js",