Skip to content

176.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 22:08
83957e2

@metamask/keyring-controller 17.1.1

Changed

  • Bump @metamask/utils to ^9.0.0, @metamask/rpc-errors to ^6.3.1 (#4516)

Fixed

  • Clear encryption salt and key in setLocked and #createNewVaultWithKeyring to ensure that encryption key is always generated with the latest password (#4514)

@metamask/message-manager 10.0.1

Changed

  • Bump @metamask/utils to ^9.0.0, @metamask/rpc-errors to ^6.3.1 (#4516)

Fixed

  • Add EventEmitter type annotation to the hub class field of AbstractMessageManager (#4510)
    • This ensures that hub is not inferred to be a generic type, which would break types for downstream consumers.