From 693e49d593462c32f7db00973c4b14c6ad69fc49 Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Fri, 26 Jan 2024 13:36:19 -0500 Subject: [PATCH] chore: release @exodus/keychain 5.0.0 -> 5.0.1 (#45) --- features/keychain/CHANGELOG.md | 6 ++++++ features/keychain/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",