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

Commit 48d19af

Browse files
github-actions[bot]github-actionslegobeatmcmireGudahtt
authored
14.0.1 (#290)
* 14.0.1 * update changelog * Update CHANGELOG.md Co-authored-by: Elliot Winkler <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]> Co-authored-by: legobeat <[email protected]> Co-authored-by: Elliot Winkler <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 72c1471 commit 48d19af

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [14.0.1]
10+
### Fixed
11+
- Fix `removeAccount` to await the account removal in order to account for Snaps keyrings ([#280](https://github.com/MetaMask/KeyringController/pull/280))
12+
- Bump `@metamask/eth-simple-keyring` from `^6.0.0` to `^6.0.1` ([#287](https://github.com/MetaMask/KeyringController/pull/287))
13+
914
## [14.0.0]
1015
### Changed
1116
- **BREAKING:** Bump `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` ([#269](https://github.com/MetaMask/KeyringController/pull/269))
@@ -164,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164169
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
165170

166171

167-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...HEAD
172+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...HEAD
173+
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1
168174
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0
169175
[13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1
170176
[13.0.0]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...v13.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-keyring-controller",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
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)