mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Version v9.5.6
This commit is contained in:
parent
939a34f16c
commit
0d8b5f00d2
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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]
|
## [9.5.5]
|
||||||
### Fixed
|
### 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
|
- [#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
|
### Uncategorized
|
||||||
- Added the ability to restore accounts from seed words.
|
- 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.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.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
|
[9.5.3]: https://github.com/MetaMask/metamask-extension/compare/v9.5.2...v9.5.3
|
||||||
|
@ -71,6 +71,6 @@
|
|||||||
"notifications"
|
"notifications"
|
||||||
],
|
],
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "9.5.5",
|
"version": "9.5.6",
|
||||||
"web_accessible_resources": ["inpage.js", "phishing.html"]
|
"web_accessible_resources": ["inpage.js", "phishing.html"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user