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

Version v10.1.0

This commit is contained in:
MetaMask Bot 2021-09-01 17:50:44 +00:00
parent c3ca4916aa
commit a70b9c346b
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.1.0]
### Uncategorized
- Using a normal bundle instead of a factored bundle for phishing-detect (build sys) ([#11972](https://github.com/MetaMask/metamask-extension/pull/11972))
- 1559 ledger ([#11951](https://github.com/MetaMask/metamask-extension/pull/11951))
## [10.0.3]
### Changed
- [#11931](https://github.com/MetaMask/metamask-extension/pull/11931): Temporarily Disabling Mobile Sync
@ -2422,7 +2427,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.0.3...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.1.0...HEAD
[10.1.0]: https://github.com/MetaMask/metamask-extension/compare/v10.0.3...v10.1.0
[10.0.3]: https://github.com/MetaMask/metamask-extension/compare/v10.0.2...v10.0.3
[10.0.2]: https://github.com/MetaMask/metamask-extension/compare/v10.0.1...v10.0.2
[10.0.1]: https://github.com/MetaMask/metamask-extension/compare/v10.0.0...v10.0.1

View File

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