From f6db90be48451786bca9530f047bba5f0ad9ebcb Mon Sep 17 00:00:00 2001 From: exodus-github-hydra-bot <146353020+exodus-github-hydra-bot@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:41:11 +0100 Subject: [PATCH] chore: release @exodus/keychain@7.5.0 (#167) Co-authored-by: Jan W --- features/keychain/CHANGELOG.md | 10 ++++++++++ features/keychain/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index 1cfa8f4..61dc824 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.5.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.4.0...@exodus/keychain@7.5.0) (2024-11-03) + +### Features + +- use exodus/crypto instead of sodium where possible ([#164](https://github.com/ExodusMovement/exodus-oss/issues/164)) ([fbaf8ae](https://github.com/ExodusMovement/exodus-oss/commit/fbaf8aedecfca8e91fe377925db8e843c1bf623b)) + +### Bug Fixes + +- bump slip10 to remove dependance on elliptic fork ([#166](https://github.com/ExodusMovement/exodus-oss/issues/166)) ([29ca457](https://github.com/ExodusMovement/exodus-oss/commit/29ca4571382f3cd0829f5729b9011a2ba0560915)) + ## [7.4.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.3.0...@exodus/keychain@7.4.0) (2024-10-17) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index 7fe04cd..6ce3fd1 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "7.4.0", + "version": "7.5.0", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",