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

Commit ecb4cd4

Browse files
github-actions[bot]github-actionsmikesposito
authored
17.0.1 (#345)
* 17.0.1 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]>
1 parent fd8e05e commit ecb4cd4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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+
## [17.0.1]
10+
### Changed
11+
- Bump `@metamask/keyring-api` to ^3.0.0 ([#344](https://github.com/MetaMask/KeyringController/pull/344))
12+
913
## [17.0.0]
1014
### Changed
1115
- **BREAKING**: Unify `createNewVaultAndKeychain` and `createNewVaultAndRestore` into new method `createNewVaultWithKeyring`. `createNewVaultWithKeyring` accepts a `password` and a `keyring` object provided by the client and returns the `KeyringControllerState` ([#329](https://github.com/MetaMask/KeyringController/pull/329))
@@ -204,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204208
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
205209

206210

207-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v17.0.0...HEAD
211+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v17.0.1...HEAD
212+
[17.0.1]: https://github.com/MetaMask/KeyringController/compare/v17.0.0...v17.0.1
208213
[17.0.0]: https://github.com/MetaMask/KeyringController/compare/v16.0.0...v17.0.0
209214
[16.0.0]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...v16.0.0
210215
[15.1.0]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-keyring-controller",
3-
"version": "17.0.0",
3+
"version": "17.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)