From 4e8e32f3367d5ec7d8de97376118ba1d28f07bcc Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 12 Jun 2026 17:10:21 +0000 Subject: [PATCH] release: v4.0.0 Bump @hyphen/sdk 3.1.0 -> 4.0.0 (major). Breaking: minimum Node.js raised to ^22.18.0 || >=24.0.0 (drops Node 20/21), driven by the engines.node bump (#134) and hookified@3 (#138). Also includes a fix for QR-code creation with custom options (#137) and dependency, CI, and publishing (OIDC trusted publishing + provenance) updates. https://claude.ai/code/session_01Ax3tVRkBGaifDzp8xYcZhr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2efc31..5b5f576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyphen/sdk", - "version": "3.1.0", + "version": "4.0.0", "description": "Hyphen SDK for Node.js", "repository": { "type": "git",