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

Version v10.4.1

This commit is contained in:
MetaMask Bot 2021-11-03 17:28:53 +00:00
parent f2b177bff0
commit 062bb4ca0d
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.4.1]
### Uncategorized
- Update build system lockdown parameter ([#12556](https://github.com/MetaMask/metamask-extension/pull/12556))
## [10.4.0]
### Added
- [#12400](https://github.com/MetaMask/metamask-extension/pull/12400): Add text to Restore Account screen noting current wallet replacement
@ -2534,7 +2538,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.4.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.4.1...HEAD
[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
[10.3.0]: https://github.com/MetaMask/metamask-extension/compare/v10.2.2...v10.3.0
[10.2.2]: https://github.com/MetaMask/metamask-extension/compare/v10.2.1...v10.2.2

View File

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