Skip to content

Commit

Permalink
15.0.0 (#299)
Browse files Browse the repository at this point in the history
* 15.0.0

* docs: changelog entries

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michele Esposito <michele@esposito.codes>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent 38eebe9 commit 8bbb7f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.0.0]
### Changed
- **BREAKING** Removed `encryptor` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293))
- **BREAKING** Removed `cacheEncryptionKey` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293))
- **BREAKING** Changed `encryptor` constructor option property type to `GenericEncryptor | ExportableKeyEncryptor | undefined` ([#293](https://github.com/MetaMask/KeyringController/pull/293))
- When the controller is instantiated with `cacheEncryptionKey = true`, the `encryptor` type is restricted to `ExportableKeyEncryptor | undefined`

## [14.0.1]
### Fixed
- Fix `removeAccount` to await the account removal in order to account for Snaps keyrings ([#280](https://github.com/MetaMask/KeyringController/pull/280))
Expand Down Expand Up @@ -169,7 +176,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/v14.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...HEAD
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0
[13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1
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": "14.0.1",
"version": "15.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 8bbb7f0

Please sign in to comment.