Skip to content

v6.0.0

Latest

Choose a tag to compare

@bizon-bot bizon-bot released this 31 Jul 12:56

6.0.0 (2026-07-31)

  • feat!: type marketplace lookups with literal unions (#507) (dd5cb8f)

Bug Fixes

BREAKING CHANGES

  • marketplaces is now typed readonly Marketplace[];
    callers that mutate it (sort, push) or pass it where Marketplace[] is
    expected must copy it first with [...marketplaces].