From 13a4c174840a03ee933f52dba87c7b70a734e1b9 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Sat, 16 May 2026 20:51:58 +0200 Subject: [PATCH] chore: bump to 0.0.28 + jss 0.0.197 (auto-init defaults to main) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f4602f..d36a6fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jspod", - "version": "0.0.27", + "version": "0.0.28", "description": "JavaScript Solid Pod - Just works, batteries included", "type": "module", "main": "index.js", @@ -51,6 +51,6 @@ }, "dependencies": { "chalk": "^5.6.2", - "javascript-solid-server": "^0.0.196" + "javascript-solid-server": "^0.0.197" } }