This repository was archived by the owner on Oct 7, 2024. It is now read-only.
v7.0.1
Fixed
- Fix breaking change in
addNewKeyringfunction 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.