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

Version v10.2.2

This commit is contained in:
MetaMask Bot 2021-10-09 17:35:41 +00:00
parent bd05a3e1de
commit 6ae261e7b0
2 changed files with 13 additions and 2 deletions

View File

@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [10.2.2]
### Uncategorized
- Update warning message when Ledger app has contract data/blind signing setting disabled ([#12256](https://github.com/MetaMask/metamask-extension/pull/12256))
- removing the icronUrl in tokens fron the state.json for fixtures ([#12309](https://github.com/MetaMask/metamask-extension/pull/12309))
- Version v10.2.1 RC ([#12317](https://github.com/MetaMask/metamask-extension/pull/12317))
- [skip e2e] Updating v10.2.1 changelog ([#12318](https://github.com/MetaMask/metamask-extension/pull/12318))
- Version v10.2.1
- use improved-yarn-audit and exclude 1002401 and 1002581 ([#12310](https://github.com/MetaMask/metamask-extension/pull/12310))
- Update `immer` from v8 to v9 ([#12303](https://github.com/MetaMask/metamask-extension/pull/12303))
## [10.2.1]
### Fixed
- [#12315](https://github.com/MetaMask/metamask-extension/pull/12315): Fix ERC-20 token swaps
@ -2494,7 +2504,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.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.2.2...HEAD
[10.2.2]: https://github.com/MetaMask/metamask-extension/compare/v10.2.1...v10.2.2
[10.2.1]: https://github.com/MetaMask/metamask-extension/compare/v10.2.0...v10.2.1
[10.2.0]: https://github.com/MetaMask/metamask-extension/compare/v10.1.1...v10.2.0
[10.1.1]: https://github.com/MetaMask/metamask-extension/compare/v10.1.0...v10.1.1

View File

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