From 5cbeeebaa7ba7ed13cb08de48d1489f2ddd7f657 Mon Sep 17 00:00:00 2001 From: Anil Anar Date: Fri, 22 May 2026 19:43:24 +0200 Subject: [PATCH] fix(messenger-internal): pass base_url through to run() (#60) The code change shipped in 4c1b7dc (#60) on 2026-05-13 but its commit message used the non-conventional 'internal:' prefix, which release-please doesn't recognize as a releasing type. As a result the fix has been sitting on master unreleased. This empty commit gives the fix a conventional-commit marker so release-please picks it up and includes it in the next release (a patch bump on messenger-internal, plus a cascade patch bump on messenger via the node-workspace plugin). The original change makes baseUrl available so the messenger bundle knows which origin served its loader. Backwards compatible: baseUrl is optional. Existing umm bundles ignore the new field; bundles that read it fall back to their env-baked URL when older messenger-internal omits it.