From 369a16420efa8730df568460af598627021feba3 Mon Sep 17 00:00:00 2001 From: exodus-github-hydra-bot <146353020+exodus-github-hydra-bot@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:39:22 +0100 Subject: [PATCH] chore: release @exodus/keychain@7.6.1 (#183) Co-authored-by: mvayngrib --- 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 177ccaf..1e09704 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.6.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.6.0...@exodus/keychain@7.6.1) (2024-11-19) + +### Bug Fixes + +- fix: clarify error message (#170) + ## [7.6.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@7.5.1...@exodus/keychain@7.6.0) (2024-11-16) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index 5c46abe..cc6c656 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "7.6.0", + "version": "7.6.1", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",