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

Commit 4943da5

Browse files
github-actions[bot]github-actionslegobeat
authored
14.0.0 (#265)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent 4c785f4 commit 4943da5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [14.0.0]
10+
### Changed
11+
- **BREAKING:** Bump `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` ([#269](https://github.com/MetaMask/KeyringController/pull/269))
12+
- **BREAKING:** Bump `@metamask/eth-hd-keyring` from `^6.0.0` to `^7.0.1` ([#275](https://github.com/MetaMask/KeyringController/pull/275))
13+
- **BREAKING:** Bump `@metamask/eth-simple-keyring` from `^5.0.0` to `^6.0.0` ([#273](https://github.com/MetaMask/KeyringController/pull/273))
14+
915
## [13.0.1]
1016
### Changed
11-
- Bump `@metamask/utils` from ^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261))
17+
- Bump `@metamask/utils` from `^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261))
1218

1319
## [13.0.0]
1420
### Added
@@ -158,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158164
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
159165

160166

161-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...HEAD
167+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...HEAD
168+
[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0
162169
[13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1
163170
[13.0.0]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...v13.0.0
164171
[12.0.1]: https://github.com/MetaMask/KeyringController/compare/v12.0.0...v12.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": "13.0.1",
3+
"version": "14.0.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)