diff --git a/CHANGELOG.md b/CHANGELOG.md index f9eeeee6..a43f74da 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.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/v14.0.0...HEAD +[14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.0...v14.0.0 [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 aa50ae17..4f8da7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-keyring-controller", - "version": "13.0.0", + "version": "14.0.0", "description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them", "keywords": [ "ethereum",