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

Commit 520dad3

Browse files
github-actions[bot]adonesky1Gudahtt
authored
7.0.2 (#139)
* 7.0.2 * Update CHANGELOG.md Co-authored-by: Alex <adonesky@gmail.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent e24c709 commit 520dad3

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+
## [7.0.2]
10+
### Fixed
11+
- `createNewVaultAndRestore` now accepts a seedphrase formatted as an array of numbers ([#138](https://github.com/MetaMask/KeyringController/pull/138))
12+
913
## [7.0.1]
1014
### Fixed
1115
- Fix breaking change in `addNewKeyring` function that was accidentally introduced in v7.0.0 ([#136](https://github.com/MetaMask/KeyringController/pull/136))
@@ -23,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
2428

2529

26-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v7.0.1...HEAD
30+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v7.0.2...HEAD
31+
[7.0.2]: https://github.com/MetaMask/KeyringController/compare/v7.0.1...v7.0.2
2732
[7.0.1]: https://github.com/MetaMask/KeyringController/compare/v7.0.0...v7.0.1
2833
[7.0.0]: https://github.com/MetaMask/KeyringController/releases/tag/v7.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-keyring-controller",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
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)