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

Commit 61bbfc4

Browse files
github-actions[bot]github-actionslegobeat
authored
13.0.1 (#266)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent e4c6e2a commit 61bbfc4

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+
## [13.0.1]
10+
### Changed
11+
- Bump `@metamask/utils` from ^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261))
12+
913
## [13.0.0]
1014
### Added
1115
- Added `KeyringControllerPersistentState` type which includes only persistent state, an optional string property with key `vault` ([#247](https://github.com/MetaMask/KeyringController/pull/247))
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154158
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
155159

156160

157-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...HEAD
161+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...HEAD
162+
[13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1
158163
[13.0.0]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...v13.0.0
159164
[12.0.1]: https://github.com/MetaMask/KeyringController/compare/v12.0.0...v12.0.1
160165
[12.0.0]: https://github.com/MetaMask/KeyringController/compare/v11.0.0...v12.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": "13.0.0",
3+
"version": "13.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)