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

Commit 2d73a4d

Browse files
github-actions[bot]github-actionsgantunesr
authored
17.0.0 (#338)
Co-authored-by: github-actions <[email protected]> Co-authored-by: gantunesr <[email protected]> Co-authored-by: Gustavo Antunes <[email protected]>
1 parent 2426f15 commit 2d73a4d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [17.0.0]
10+
### Changed
11+
- **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))
12+
- Bump @metamask/utils from 8.2.1 to 8.3.0 ([#335](https://github.com/MetaMask/KeyringController/pull/335))
13+
914
## [16.0.0]
1015
### Changed
1116
- **BREAKING**: Bump `@metamask/obs-store` from `^8.1.0` to `^9.0.0` ([#306](https://github.com/MetaMask/KeyringController/pull/306))
@@ -199,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
199204
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
200205

201206

202-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v16.0.0...HEAD
207+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v17.0.0...HEAD
208+
[17.0.0]: https://github.com/MetaMask/KeyringController/compare/v16.0.0...v17.0.0
203209
[16.0.0]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...v16.0.0
204210
[15.1.0]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.1.0
205211
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.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": "@metamask/eth-keyring-controller",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
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)