Skip to content

Releases: browserbase/n8n-node

v1.2.3

24 Apr 20:14
7cc97b1

Choose a tag to compare

Republish of 1.2.1 with the dist/ build included. 1.2.1 was published without the compiled output due to a broken CI step.

v1.2.1

24 Apr 19:42
7cc97b1

Choose a tag to compare

Addresses n8n Cloud verification feedback from the v1.2.0 review.

Fixes

  • Version sync: package.json now matches the Git tag and the npm-published version (1.2.1), resolving the [HIGH] mismatch flagged in review (v1.2.0 tag shipped with 1.1.4 in package.json).
  • Credential test error handling: browserbaseApiTest no longer uses an empty catch {} for session cleanup. The inner cleanup now captures the error parameter (catch (cleanupError)) with a comment explaining the intentional best-effort behavior, so the original test error still surfaces to the user.

See commit 7cc97b1.

Release 1.1.3

27 Feb 05:15

Choose a tag to compare

  • disable upstream configuration (de49f09)
  • feat: adding latest CUA models from anthropic (a7abd51)
  • chore: add ci/workflows for consistent npm deployment (#4) (399289e)
  • feat: adding variable support to n8n node (#3) (c382be3)
  • feat: adding context id to config options on n8n node (#1) (708c2de)
  • fix: omit proxies param when toggled off and surface API error details (#2) (64bb072)
  • Release 1.1.0 (8333aa6)
  • updated model lists (e5ff547)
  • Release 1.0.3 (72492fb)
  • set package version (4912f7a)
  • ignore build files (358ba55)
  • initial commit (46c3de2)