From d980e68577ff6edc80b8af98b30d87ac91052a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 18 Aug 2026 10:15:51 +0200 Subject: [PATCH] chore: bump version to 0.4.4 package.json had drifted out of sync with git tags since v0.4.0 (tags were cut without a matching package.json bump); this catches it up and covers the bookmark links-list feature. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01WpxhtQY3CExQdMs4j7MmJe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85961a3..bceb4cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulsenode", - "version": "0.3.0", + "version": "0.4.4", "private": true, "scripts": { "dev": "tsx watch server.ts",