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

Commit a96d4e5

Browse files
github-actions[bot]github-actionsmikesposito
authored
15.1.0 (#313)
* 15.1.0 * edit changelog entries * rephrase changelog entry --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]>
1 parent 3896d3e commit a96d4e5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [15.1.0]
10+
### Added
11+
- Added optional `isVaultUpdated` property to `GenericEncryptor` type ([#312](https://github.com/MetaMask/KeyringController/pull/312))
12+
13+
### Changed
14+
- Bump `@metamask/browser-passworder` to `^4.3.0` ([#312](https://github.com/MetaMask/KeyringController/pull/312))
15+
16+
### Removed
17+
- Removed `updateVault` optional property from `GenericEncryptor` type ([#312](https://github.com/MetaMask/KeyringController/pull/312))
18+
19+
### Fixed
20+
- Improved encryption performance when the controller is constructed with `cacheEncryptionKey: true` ([#312](https://github.com/MetaMask/KeyringController/pull/312))
21+
922
## [15.0.0]
1023
### Changed
1124
- **BREAKING** Removed `encryptor` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293))
@@ -176,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176189
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
177190

178191

179-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...HEAD
192+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.1.0...HEAD
193+
[15.1.0]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.1.0
180194
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
181195
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1
182196
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0

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