Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

v7.0.1

Choose a tag to compare

@Gudahtt Gudahtt released this 10 May 19:05
· 138 commits to main since this release
18411d2

Fixed

  • Fix breaking change in addNewKeyring function that was accidentally introduced in v7.0.0 (#136)
    • We updated the method such that keyrings were always constructed with constructor arguments, defaulting to an empty object if none were provided. But some keyrings (such as the QR Keyring) relied upon the options being undefined in some cases.