diff --git a/features/keychain/CHANGELOG.md b/features/keychain/CHANGELOG.md index c945dded..ebdaa017 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.0.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.10.0...@exodus/keychain@7.0.0) (2024-09-13) + +### ⚠ BREAKING CHANGES + +- **keychain:** only export secret if "exportPrivate" flag is set (#139) + +### Bug Fixes + +- **keychain:** only export secret if "exportPrivate" flag is set ([#139](https://github.com/ExodusMovement/exodus-oss/issues/139)) ([7a01522](https://github.com/ExodusMovement/exodus-oss/commit/7a01522ba75a123a415f0cabbb625df3e953067b)) + ## [6.10.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/keychain@6.9.1...@exodus/keychain@6.10.0) (2024-09-04) ### Features diff --git a/features/keychain/package.json b/features/keychain/package.json index 740df40e..4186b1ee 100644 --- a/features/keychain/package.json +++ b/features/keychain/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/keychain", - "version": "6.10.0", + "version": "7.0.0", "type": "module", "description": "A module designed to work more securely with private key material", "author": "Exodus Movement, Inc.",