From 9f1a8b0176320d973554f27cf43a5fc773babe40 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Sep 2023 03:59:57 +0000 Subject: [PATCH 1/2] 13.0.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9eeeee6..4a6707a3 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] +## [13.0.1] +### 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.0] ### Added - 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 +159,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.0...HEAD +[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...HEAD +[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 [12.0.0]: https://github.com/MetaMask/KeyringController/compare/v11.0.0...v12.0.0 diff --git a/package.json b/package.json index 43cb3157..fd21f54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-keyring-controller", - "version": "13.0.0", + "version": "13.0.1", "description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them", "keywords": [ "ethereum", From ca1e0e046d38ff9f15681fea78b81191e5e3a2ee Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Tue, 12 Sep 2023 09:06:47 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6707a3..e1259d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [13.0.1] -### 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 +- Bump `@metamask/utils` from ^6.2.0` to `^8.1.0` ([#261](https://github.com/MetaMask/KeyringController/pull/261)) ## [13.0.0] ### Added