From 21975f6b962d669c88189f3708dfee429d4b44ff Mon Sep 17 00:00:00 2001 From: andrewtoth Date: Fri, 15 Nov 2024 19:16:25 +0000 Subject: [PATCH] "chore: update changelogs" --- features/keychain/CHANGELOG.md | 9 +++++++++ features/keychain/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index 1cfa8f4..0cfc395 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.2](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.4.1...@exodus/keychain@7.4.2) (2024-11-15) + + +### Features + +* expose sodium encrypt/decrypt box in keychain api ([#175](https://github.com/ExodusMovement/exodus-oss/issues/175)) ([2d18ba2](https://github.com/ExodusMovement/exodus-oss/commit/2d18ba2a87261b8d54dc5ebddec77f08c7fd26b7)) + + + ## [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 8ce7404..3b79d78 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -33,7 +33,7 @@ "@exodus/basic-utils": "^3.0.1", "@exodus/bip32": "^3.3.0", "@exodus/crypto": "^1.0.0-rc.13", - "@exodus/key-identifier": "^1.3.1", + "@exodus/key-identifier": "^1.3.0", "@exodus/key-utils": "^3.7.0", "@exodus/slip10": "^2.1.0", "@exodus/sodium-crypto": "^3.1.0",