Skip to content

Commit cd841c8

Browse files
authored
Merge pull request #26357 from MetaMask/Version-v12.0.2
Version v12.0.2 RC
2 parents b9e113b + 4542105 commit cd841c8

File tree

7 files changed

+638
-243
lines changed

7 files changed

+638
-243
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [12.0.2]
10+
### Fixed
11+
- Prevented data persistence errors related to networks, and phishing protection ([#26383](https://github.com/MetaMask/metamask-extension/pull/26383), [#26396](https://github.com/MetaMask/metamask-extension/pull/26396))
12+
- Fix token state migration errors ([#26397](https://github.com/MetaMask/metamask-extension/pull/26397))
13+
914
## [12.0.1]
1015
### Removed
1116
- Disabled the "Restore Backup" feature ([#26325](https://github.com/MetaMask/metamask-extension/pull/26325))
@@ -4902,7 +4907,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
49024907
- Added the ability to restore accounts from seed words.
49034908

49044909

4905-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.0.1...HEAD
4910+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.0.2...HEAD
4911+
[12.0.2]: https://github.com/MetaMask/metamask-extension/compare/v12.0.1...v12.0.2
49064912
[12.0.1]: https://github.com/MetaMask/metamask-extension/compare/v12.0.0...v12.0.1
49074913
[12.0.0]: https://github.com/MetaMask/metamask-extension/compare/v11.16.16...v12.0.0
49084914
[11.16.16]: https://github.com/MetaMask/metamask-extension/compare/v11.16.15...v11.16.16

0 commit comments

Comments
 (0)