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

Version v9.6.1

This commit is contained in:
MetaMask Bot 2021-06-15 18:59:27 +00:00
parent 9f0ec1c18f
commit 56650b7e56
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]
## [9.6.1]
### Uncategorized
- [#11309](https://github.com/MetaMask/metamask-extension/pull/11309): patch breaking change in signTypeData param validation
## [9.6.0]
### Added
- [#10905](https://github.com/MetaMask/metamask-extension/pull/10905): Implemented basic switchEthereumChain feature
@ -2297,7 +2301,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/v9.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.6.1...HEAD
[9.6.1]: https://github.com/MetaMask/metamask-extension/compare/v9.6.0...v9.6.1
[9.6.0]: https://github.com/MetaMask/metamask-extension/compare/v9.5.9...v9.6.0
[9.5.9]: https://github.com/MetaMask/metamask-extension/compare/v9.5.8...v9.5.9
[9.5.8]: https://github.com/MetaMask/metamask-extension/compare/v9.5.7...v9.5.8

View File

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