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

Version v9.5.6

This commit is contained in:
MetaMask Bot 2021-05-26 21:40:16 +00:00
parent 939a34f16c
commit 0d8b5f00d2
2 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [9.5.6]
### Uncategorized
- [#11188](https://github.com/MetaMask/metamask-extension/pull/11188): Adding "What's New" notification for Ledger Support Update
- [#11169](https://github.com/MetaMask/metamask-extension/pull/11169): Disable Ledger Live toggle for Firefox users
- [#10293](https://github.com/MetaMask/metamask-extension/pull/10293): Implement Ledger Live bridge
## [9.5.5]
### Fixed
- [#11159](https://github.com/MetaMask/metamask-extension/pull/11159): Fixes crash after entering invalid data in to the Hex Data field when sending a transaction
@ -2243,7 +2249,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.5.5...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.6...HEAD
[9.5.6]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...v9.5.6
[9.5.5]: https://github.com/MetaMask/metamask-extension/compare/v9.5.4...v9.5.5
[9.5.4]: https://github.com/MetaMask/metamask-extension/compare/v9.5.3...v9.5.4
[9.5.3]: https://github.com/MetaMask/metamask-extension/compare/v9.5.2...v9.5.3

View File

@ -71,6 +71,6 @@
"notifications"
],
"short_name": "__MSG_appName__",
"version": "9.5.5",
"version": "9.5.6",
"web_accessible_resources": ["inpage.js", "phishing.html"]
}