Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Apr 17:05

πŸš€ Release @addon-core/browser v0.5.0 (2026-04-09)

✨ Features

  • utils: export utilities module and rename helper to checkLastError (574dfb7)

    • Add @addon-core/browser/utils export in package.json and tsup.config.ts.
    • Rename throwRuntimeError to checkLastError for better clarity and API consistency.
    • Create docs/utils.md with detailed descriptions and usage examples.
    • Refactor tests and internal references to match the new naming.

πŸ€– CI

  • workflows: pin npm version to 11.7.0 for consistency and debug output (24d9d6e)

πŸ™Œ Contributors