Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

62 lines (38 loc) · 2.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Bump @metamask/keyring-api from ^15.0.0 to ^16.0.0 (#172)
  • Bump @metamask/utils from ^11.0.1 to ^11.1.0 (#167)

Changed

  • Bump @metamask/keyring-api from ^14.0.0 to ^15.0.0 (#160)

Added

  • Add listAccountAssets keyring method (#148)

Changed

  • BREAKING: Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)
    • The CaipAssetType is now more restrictive which affects the existing getAccountBalances method.

Changed

  • BREAKING: Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#101)
    • This change was not properly reported as breaking on the 1.1.0.
    • KeyringAccount has a new required field (scopes) and is part of the public API.

Changed

  • Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#101)

Changed

  • Use ts-bridge/cli@0.6.1 (#118)
    • This new version fixes a bug with CJS re-exports.
  • Initial release (#24)