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

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 14, 2023
1 parent 75b4893 commit 65dc15e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.0.0]
### Uncategorized
- Add `encryptor` types ([#293](https://github.com/MetaMask/KeyringController/pull/293))

## [14.0.1]
### Fixed
- Fix `removeAccount` to await the account removal in order to account for Snaps keyrings ([#280](https://github.com/MetaMask/KeyringController/pull/280))
Expand Down Expand Up @@ -169,7 +173,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/v14.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...HEAD
[15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0
[14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1
[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
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": "14.0.1",
"version": "15.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 65dc15e

Please sign in to comment.