Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit c83cda6

Browse files
github-actions[bot]github-actionspedronfigueiredoGudahtt
authored
10.0.1 (#204)
* 10.0.1 * Update changelog * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Pedro Figueiredo <[email protected]> Co-authored-by: Pedro Figueiredo <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 5aaa2e7 commit c83cda6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [10.0.1]
10+
### Fixed
11+
- Save encryption salt when `persistAllKeyrings` yields a new encryption key ([#203](https://github.com/MetaMask/KeyringController/pull/203))
12+
913
## [10.0.0]
1014
### Changed
1115
- **BREAKING:** Update module name to use `@metamask` scope ([#187](https://github.com/MetaMask/KeyringController/pull/187))
@@ -94,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9498
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
9599

96100

97-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v10.0.0...HEAD
101+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v10.0.1...HEAD
102+
[10.0.1]: https://github.com/MetaMask/KeyringController/compare/v10.0.0...v10.0.1
98103
[10.0.0]: https://github.com/MetaMask/KeyringController/compare/v9.0.0...v10.0.0
99104
[9.0.0]: https://github.com/MetaMask/KeyringController/compare/v8.1.0...v9.0.0
100105
[8.1.0]: https://github.com/MetaMask/KeyringController/compare/v8.0.1...v8.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-keyring-controller",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them.",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)