From edad505fb6ff331943a128528c5537ff67a0d287 Mon Sep 17 00:00:00 2001 From: fboucquez Date: Sat, 16 Nov 2024 08:51:30 +0000 Subject: [PATCH] "Publish" "@exodus/keychain@7.6.0" --- 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 0fa6f58..177ccaf 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.6.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.5.1...@exodus/keychain@7.6.0) (2024-11-16) + +### Features + +- expose sodium encrypt/decrypt box in keychain api ([#174](https://github.com/ExodusMovement/exodus-oss/issues/174)) ([618bc35](https://github.com/ExodusMovement/exodus-oss/commit/618bc357ce470e1d26c79b5b85e7bcacfc89a332)) + +### Bug Fixes + +- schnorrSign return type and type and signature ([#176](https://github.com/ExodusMovement/exodus-oss/issues/176)) ([7e8d8bb](https://github.com/ExodusMovement/exodus-oss/commit/7e8d8bb60fbd658607b54b76ceed8a43116a558a)) + ## [7.5.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.5.0...@exodus/keychain@7.5.1) (2024-11-13) ### Bug Fixes diff --git a/features/keychain/package.json b/features/keychain/package.json index bbf258f..5c46abe 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "7.5.1", + "version": "7.6.0", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",