1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Version v10.12.2

This commit is contained in:
MetaMask Bot 2022-03-30 23:29:47 +00:00
parent 86e95ebde2
commit 081f7b621b
2 changed files with 6 additions and 3 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.12.2]
## [10.12.0]
### Added
- Add a search feature to the settings page ([#13214](https://github.com/MetaMask/metamask-extension/pull/13214))
@ -2841,7 +2843,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- Added the ability to restore accounts from seed words.
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.12.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.12.2...HEAD
[10.12.2]: https://github.com/MetaMask/metamask-extension/compare/v10.12.0...v10.12.2
[10.12.0]: https://github.com/MetaMask/metamask-extension/compare/v10.11.4...v10.12.0
[10.11.4]: https://github.com/MetaMask/metamask-extension/compare/v10.11.3...v10.11.4
[10.11.3]: https://github.com/MetaMask/metamask-extension/compare/v10.11.2...v10.11.3

View File

@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "10.12.0",
"version": "10.12.2",
"private": true,
"repository": {
"type": "git",
@ -111,8 +111,8 @@
"@keystonehq/metamask-airgapped-keyring": "0.2.1",
"@material-ui/core": "^4.11.0",
"@metamask/contract-metadata": "^1.31.0",
"@metamask/design-tokens": "^1.3.0",
"@metamask/controllers": "^27.0.0",
"@metamask/design-tokens": "^1.3.0",
"@metamask/eth-ledger-bridge-keyring": "^0.10.0",
"@metamask/eth-token-tracker": "^4.0.0",
"@metamask/etherscan-link": "^2.1.0",