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

Commit af5baf1

Browse files
github-actions[bot]github-actionslegobeatmikespositoGudahtt
authored
16.0.0 (#304)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]> Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mark Stacey <[email protected]>
1 parent 820a2a2 commit af5baf1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [16.0.0]
10+
### Changed
11+
- **BREAKING**: Bump `@metamask/obs-store` from `^8.1.0` to `^9.0.0` ([#306](https://github.com/MetaMask/KeyringController/pull/306))
12+
- The `store` and `memStore` properties now expose streams confirming to `readable-stream@^3.6.2`
13+
- **BREAKING**: Replace `GenericEncryptor.updateVault` with `GenericEncryptor.isVaultUpdated` ([#310](https://github.com/MetaMask/KeyringController/pull/310)))
14+
- Bump `@metamask/browser-passworder` from `^4.2.0` to `^4.3.0` ([#310](https://github.com/MetaMask/KeyringController/pull/310) [#311](https://github.com/MetaMask/KeyringController/pull/311))
15+
16+
### Fixed
17+
- Prefer cached `encryptionKey` over password when possible ([#307](https://github.com/MetaMask/KeyringController/pull/307))
18+
919
## [15.1.0]
1020
### Added
1121
- Added optional `isVaultUpdated` property to `GenericEncryptor` type ([#312](https://github.com/MetaMask/KeyringController/pull/312))
@@ -189,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189199
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
190200

191201

192-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...HEAD
202+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v16.0.0...HEAD
203+
[16.0.0]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...v16.0.0
193204
[15.1.0]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.1.0
194205
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
195206
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1

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": "15.1.0",
3+
"version": "16.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)