From 0fbca5db4a5e95044b427524efe103700438140e Mon Sep 17 00:00:00 2001 From: marcoskichel Date: Wed, 31 Jul 2024 20:15:01 +0000 Subject: [PATCH] "Publish" "@exodus/keychain@6.9.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 8b57b7b5..3c0f0c06 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. +## [6.9.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.8.0...@exodus/keychain@6.9.0) (2024-07-31) + +### Features + +- **keychain:** implement removing specific seeds ([#131](https://github.com/ExodusMovement/exodus-oss/issues/131)) ([e3856d4](https://github.com/ExodusMovement/exodus-oss/commit/e3856d43c45a2a40312f62dda7d0a2bf30698c12)) + ## [6.8.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.7.0...@exodus/keychain@6.8.0) (2024-07-24) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index 139fd3e2..f6eb3b9d 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "6.8.0", + "version": "6.9.0", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",