Releases: browserbase/n8n-node
Releases · browserbase/n8n-node
v1.2.3
v1.2.1
Addresses n8n Cloud verification feedback from the v1.2.0 review.
Fixes
- Version sync:
package.jsonnow matches the Git tag and the npm-published version (1.2.1), resolving the [HIGH] mismatch flagged in review (v1.2.0 tag shipped with1.1.4inpackage.json). - Credential test error handling:
browserbaseApiTestno longer uses an emptycatch {}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
- 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)