diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index 752e1f70..168da6fa 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@5.0.0...@exodus/keychain@5.0.1) (2024-01-26) + +### Bug Fixes + +- super.clear() call ([#44](https://github.com/ExodusMovement/exodus-oss/issues/44)) ([b8e0475](https://github.com/ExodusMovement/exodus-oss/commit/b8e0475f72f9fb156f1eb42a10c44b50fea6a2e0)) + ## [5.0.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@4.4.1...@exodus/keychain@5.0.0) (2024-01-26) ### ⚠ BREAKING CHANGES diff --git a/features/keychain/package.json b/features/keychain/package.json index b9a3b423..64a8ba5c 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "5.0.0", + "version": "5.0.1", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement Inc.", "homepage": "https://github.com/ExodusMovement/exodus-oss/tree/master/features/keychain",