From f1838b6f42fea503f173d510cd8b694f09e5746f Mon Sep 17 00:00:00 2001 From: shubh24 Date: Tue, 30 Jun 2026 18:54:24 -0700 Subject: [PATCH] chore: release v1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publishes the v3 node layout changes from #20 (Action dropdown, grouped Model Options, per-provider BYOK keys) to npm. Bumps package.json 1.3.2 -> 1.4.0 (minor — v3 is a new node layout/feature). #20 was merged without a version bump, so npm is still serving 1.3.2. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ceba22b..e273058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-browserbase", - "version": "1.3.2", + "version": "1.4.0", "description": "n8n community node for Browserbase agent, search, and fetch workflows", "license": "MIT", "homepage": "https://github.com/browserbase/n8n-node",