From 9717b8e2e64b5a47c35ff03336f97f2f7a625563 Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Mon, 4 Mar 2024 08:21:36 -0500 Subject: [PATCH] chore: release @exodus/keychain@6.2.0 (#74) --- 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 45266241..cee7d4fa 100644 --- a/features/keychain/CHANGELOG.md +++ b/features/keychain/CHANGELOG.md @@ -1,3 +1,9 @@ +# 6.2.0 (2024-03-01) + +### Features + +- pass options to secp256k1 signBuffer ([#71](https://github.com/ExodusMovement/exodus-oss/issues/71)) ([a951bbd](https://github.com/ExodusMovement/exodus-oss/commit/a951bbd7ddbd5bc1feada3cae8d93bd112f16dd9)) + ## 6.1.1 (2024-02-20) ### Bug Fixes diff --git a/features/keychain/package.json b/features/keychain/package.json index ee057c2b..f54d1bf9 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "6.1.1", + "version": "6.2.0", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement Inc.", "homepage": "https://github.com/ExodusMovement/exodus-oss/tree/master/features/keychain",