mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Version v9.5.4
This commit is contained in:
parent
4fdd97b12b
commit
00f141ff9c
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [9.5.4]
|
||||
### Uncategorized
|
||||
- [#11153](https://github.com/MetaMask/metamask-extension/pull/11153): Capture exception instead of throw error in useTransactionDisplayData
|
||||
|
||||
## [9.5.3]
|
||||
### Fixed
|
||||
- [#11103](https://github.com/MetaMask/metamask-extension/pull/11103): Fixes bug that made MetaMask unusable and displayed 'Minified React error #130' on certain networks and accounts
|
||||
@ -2235,7 +2239,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.3...HEAD
|
||||
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.4...HEAD
|
||||
[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.2]: https://github.com/MetaMask/metamask-extension/compare/v9.5.1...v9.5.2
|
||||
[9.5.1]: https://github.com/MetaMask/metamask-extension/compare/v9.5.0...v9.5.1
|
||||
|
@ -71,6 +71,6 @@
|
||||
"notifications"
|
||||
],
|
||||
"short_name": "__MSG_appName__",
|
||||
"version": "9.5.3",
|
||||
"version": "9.5.4",
|
||||
"web_accessible_resources": ["inpage.js", "phishing.html"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user