From 71b1a64782571f2a489a3185a4ce78791173524f Mon Sep 17 00:00:00 2001 From: fboucquez Date: Wed, 13 Nov 2024 17:10:29 +0000 Subject: [PATCH] "Publish" "@exodus/keychain@7.5.1" --- 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 61dc824..0fa6f58 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.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.5.0...@exodus/keychain@7.5.1) (2024-11-13) + +### Bug Fixes + +- add signSchnorr to keychain api ([#171](https://github.com/ExodusMovement/exodus-oss/issues/171)) ([2da2b05](https://github.com/ExodusMovement/exodus-oss/commit/2da2b05fdcc382042d3084cf63eb7f2931699fa4)) + ## [7.5.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.4.0...@exodus/keychain@7.5.0) (2024-11-03) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index 6ce3fd1..bbf258f 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "7.5.0", + "version": "7.5.1", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",