From 008c24ee865a40f468b9fe90bfb8991dc7e31a29 Mon Sep 17 00:00:00 2001 From: ChALkeR Date: Mon, 28 Oct 2024 12:03:54 +0000 Subject: [PATCH] "Publish" "@exodus/keychain@7.5.0" --- 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 1cfa8f4..bb9be80 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. +## [7.5.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.4.0...@exodus/keychain@7.5.0) (2024-10-28) + +### 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)) + ## [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 13fe74a..5d32167 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.",