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

Version v10.6.3

This commit is contained in:
MetaMask Bot 2021-11-24 17:44:02 +00:00
parent 7c98b33e0b
commit baf049afb8
2 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.6.3]
## [10.6.2]
### Fixed
- [#12770](https://github.com/MetaMask/metamask-extension/pull/12770): Fixed display of best quote in swaps quotes modal
@ -2603,7 +2605,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.6.2...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.6.3...HEAD
[10.6.3]: https://github.com/MetaMask/metamask-extension/compare/v10.6.2...v10.6.3
[10.6.2]: https://github.com/MetaMask/metamask-extension/compare/v10.6.1...v10.6.2
[10.6.1]: https://github.com/MetaMask/metamask-extension/compare/v10.6.0...v10.6.1
[10.6.0]: https://github.com/MetaMask/metamask-extension/compare/v10.5.2...v10.6.0

View File

@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "10.6.2",
"version": "10.6.3",
"private": true,
"repository": {
"type": "git",