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

Commit b14486f

Browse files
github-actions[bot]github-actionsmikespositolegobeat
authored
12.0.1 (#243)
* 12.0.1 * docs: fix entries * Update CHANGELOG.md Co-authored-by: legobeat <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent a813e00 commit b14486f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [12.0.1]
10+
### Fixed
11+
- Improved error handling when calling `getKeyringForAccount` with empty or invalid address ([#238](https://github.com/MetaMask/KeyringController/pull/238))
12+
913
## [12.0.0]
1014
### Changed
1115
- **BREAKING**: Update `@metamask/eth-sig-util` to version `^6` ([#235](https://github.com/MetaMask/KeyringController/pull/235))
@@ -114,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114118
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
115119

116120

117-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v12.0.0...HEAD
121+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...HEAD
122+
[12.0.1]: https://github.com/MetaMask/KeyringController/compare/v12.0.0...v12.0.1
118123
[12.0.0]: https://github.com/MetaMask/KeyringController/compare/v11.0.0...v12.0.0
119124
[11.0.0]: https://github.com/MetaMask/KeyringController/compare/v10.0.1...v11.0.0
120125
[10.0.1]: https://github.com/MetaMask/KeyringController/compare/v10.0.0...v10.0.1

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