Skip to content

Commit fa6eca3

Browse files
authored
Merge pull request #15108 from MetaMask/master-sync
Master Sync PR following v10.16.2
2 parents 43f7a44 + 0884b6a commit fa6eca3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [10.16.2]
10+
### Changed
11+
- This release restores the changes from v10.16.0, which was temporarily reverted in v10.16.1.
12+
913
## [10.16.1]
1014
### Changed
1115
- This release is a patch for v10.15.2, so all changes in v10.16.0 have been temporarily reverted. They will be restored in a future v16 release. ([#15063](https://github.com/MetaMask/metamask-extension/pull/15063))
@@ -3038,7 +3042,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30383042
### Uncategorized
30393043
- Added the ability to restore accounts from seed words.
30403044

3041-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.16.1...HEAD
3045+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.16.2...HEAD
3046+
[10.16.2]: https://github.com/MetaMask/metamask-extension/compare/v10.16.1...v10.16.2
30423047
[10.16.1]: https://github.com/MetaMask/metamask-extension/compare/v10.16.0...v10.16.1
30433048
[10.16.0]: https://github.com/MetaMask/metamask-extension/compare/v10.15.1...v10.16.0
30443049
[10.15.1]: https://github.com/MetaMask/metamask-extension/compare/v10.15.0...v10.15.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-crx",
3-
"version": "10.16.1",
3+
"version": "10.16.2",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)