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

Commit 8bbb7f0

Browse files
github-actions[bot]github-actionsmikesposito
authored
15.0.0 (#299)
* 15.0.0 * docs: changelog entries --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]>
1 parent 38eebe9 commit 8bbb7f0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [15.0.0]
10+
### Changed
11+
- **BREAKING** Removed `encryptor` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293))
12+
- **BREAKING** Removed `cacheEncryptionKey` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293))
13+
- **BREAKING** Changed `encryptor` constructor option property type to `GenericEncryptor | ExportableKeyEncryptor | undefined` ([#293](https://github.com/MetaMask/KeyringController/pull/293))
14+
- When the controller is instantiated with `cacheEncryptionKey = true`, the `encryptor` type is restricted to `ExportableKeyEncryptor | undefined`
15+
916
## [14.0.1]
1017
### Fixed
1118
- Fix `removeAccount` to await the account removal in order to account for Snaps keyrings ([#280](https://github.com/MetaMask/KeyringController/pull/280))
@@ -169,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169176
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
170177

171178

172-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...HEAD
179+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...HEAD
180+
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
173181
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1
174182
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0
175183
[13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.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": "14.0.1",
3+
"version": "15.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)