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

Version v10.5.1

This commit is contained in:
MetaMask Bot 2021-11-11 17:57:53 +00:00
parent 2fa877f793
commit 8008e42555
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.5.1]
### Uncategorized
- Fix yarn.lock
- Support for Layer 2 networks with transaction fees on both layers ([#12658](https://github.com/MetaMask/metamask-extension/pull/12658))
## [10.5.0]
### Added
- [#12411](https://github.com/MetaMask/metamask-extension/pull/12411): Add support for connecting Ledger devices to MetaMask via WebHID
@ -2546,7 +2551,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.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.5.1...HEAD
[10.5.1]: https://github.com/MetaMask/metamask-extension/compare/v10.5.0...v10.5.1
[10.5.0]: https://github.com/MetaMask/metamask-extension/compare/v10.4.1...v10.5.0
[10.4.1]: https://github.com/MetaMask/metamask-extension/compare/v10.4.0...v10.4.1
[10.4.0]: https://github.com/MetaMask/metamask-extension/compare/v10.3.0...v10.4.0

View File

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