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

Commit

Permalink
14.0.0 (#265)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 3, 2023
1 parent 4c785f4 commit 4943da5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [14.0.0]
### 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
Expand Down Expand Up @@ -158,7 +164,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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4943da5

Please sign in to comment.