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

Version v10.16.1

This commit is contained in:
MetaMask Bot 2022-06-28 14:42:13 +00:00
parent 4d42715220
commit 51311e4024
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.16.1]
### Uncategorized
- Revert v10.16.0 ([#15063](https://github.com/MetaMask/metamask-extension/pull/15063))
- This reverts commit f09ab8889148c406551dea1643966e3331fde4aa, reversing ([#14912](https://github.com/MetaMask/metamask-extension/pull/14912))
## [10.15.1]
### Fixed
- Fix Ledger connection failures that can occur after remove all hardware wallet accounts and reconnecting ([#14993](https://github.com/MetaMask/metamask-extension/pull/14993))
@ -2969,7 +2974,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.15.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.16.1...HEAD
[10.16.1]: https://github.com/MetaMask/metamask-extension/compare/v10.15.1...v10.16.1
[10.15.1]: https://github.com/MetaMask/metamask-extension/compare/v10.15.0...v10.15.1
[10.15.0]: https://github.com/MetaMask/metamask-extension/compare/v10.14.7...v10.15.0
[10.14.7]: https://github.com/MetaMask/metamask-extension/compare/v10.14.6...v10.14.7

View File

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