From 1718350cae7503d5311170b6f0461b068d36c8c2 Mon Sep 17 00:00:00 2001 From: jean-baptiste Date: Tue, 9 Jun 2026 07:40:53 +0200 Subject: [PATCH] chore(release): v0.0.31 First release cut from the fork (build.publish now targets this repo, #39). Includes the security hardening ports #41 (#32 scheduler/auth/mcp shell injection) and #43 (#27 IPC path validation + viewer XSS + CSP), plus the #42 terminal exit banner. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dddade9..11ea85d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "switchboard", - "version": "0.0.30", + "version": "0.0.31", "private": true, "description": "A desktop app for browsing, searching, and managing CLI coding sessions", "author": "Doctly ",