From 380b90c5943dbed470935c6148adcaa0cfdc034d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Sep 2023 03:39:29 +0000 Subject: [PATCH 1/2] 14.0.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1259d3a..94aea2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.0.0] +### Uncategorized +- Bump @metamask/utils from 6.2.0 to 8.1.0 ([#261](https://github.com/MetaMask/KeyringController/pull/261)) +- Bump word-wrap from 1.2.3 to 1.2.4 ([#255](https://github.com/MetaMask/KeyringController/pull/255)) + ## [13.0.1] ### Changed - Bump `@metamask/utils` from ^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261)) @@ -158,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77)) -[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...HEAD +[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0 [13.0.1]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v13.0.1 [13.0.0]: https://github.com/MetaMask/KeyringController/compare/v12.0.1...v13.0.0 [12.0.1]: https://github.com/MetaMask/KeyringController/compare/v12.0.0...v12.0.1 diff --git a/package.json b/package.json index bbd0e7c7..3b8f330f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-keyring-controller", - "version": "13.0.1", + "version": "14.0.0", "description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them", "keywords": [ "ethereum", From 8a1cdc0ea5d5a15d09114358912767137af70a51 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Mon, 2 Oct 2023 23:05:52 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94aea2e8..020b4fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [14.0.0] -### Uncategorized -- Bump @metamask/utils from 6.2.0 to 8.1.0 ([#261](https://github.com/MetaMask/KeyringController/pull/261)) -- Bump word-wrap from 1.2.3 to 1.2.4 ([#255](https://github.com/MetaMask/KeyringController/pull/255)) +### Changed +- **BREAKING:** Bump `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` ([#269](https://github.com/MetaMask/KeyringController/pull/269)) +- **BREAKING:** Bump `@metamask/eth-hd-keyring` from `^6.0.0` to `^7.0.1` ([#275](https://github.com/MetaMask/KeyringController/pull/275)) +- **BREAKING:** Bump `@metamask/eth-simple-keyring` from `^5.0.0` to `^6.0.0` ([#273](https://github.com/MetaMask/KeyringController/pull/273)) ## [13.0.1] ### Changed -- Bump `@metamask/utils` from ^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261)) +- Bump `@metamask/utils` from `^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261)) ## [13.0.0] ### Added