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

Commit

Permalink
17.0.0 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: gantunesr <gustavoantunesrod@gmail.com>
Co-authored-by: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 19, 2024
1 parent 2426f15 commit 2d73a4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.0.0]
### Changed
- **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))
- Bump @metamask/utils from 8.2.1 to 8.3.0 ([#335](https://github.com/MetaMask/KeyringController/pull/335))

## [16.0.0]
### Changed
- **BREAKING**: Bump `@metamask/obs-store` from `^8.1.0` to `^9.0.0` ([#306](https://github.com/MetaMask/KeyringController/pull/306))
Expand Down Expand Up @@ -199,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))


[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v16.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v17.0.0...HEAD
[17.0.0]: https://github.com/MetaMask/KeyringController/compare/v16.0.0...v17.0.0
[16.0.0]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...v16.0.0
[15.1.0]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.1.0
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-keyring-controller",
"version": "16.0.0",
"version": "17.0.0",
"description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 2d73a4d

Please sign in to comment.