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

8.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Nov 23:38
· 121 commits to main since this release
461227a

Fixed

  • Restore full state return value (#161)
    • Some methods were accidentally changed in v8.0.0 to return nothing, where previously they returned the full KeyringController state.
    • The affected methods were:
      • createNewVaultAndKeychain
      • submitPassword
      • submitEncryptionKey
      • addNewAccount
      • removeAccount
    • They now all return the full state, just as they did in earlier versions.