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

Version v9.5.5

This commit is contained in:
MetaMask Bot 2021-05-24 22:21:13 +00:00
parent 452a5e7de6
commit 143a47ed09
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.5]
### Uncategorized
- [#11166](https://github.com/MetaMask/metamask-extension/pull/11166): Add stringified payload to metametrics controller trackEvent error message
- [#11165](https://github.com/MetaMask/metamask-extension/pull/11165): Add event property to event sent on tx:status-update in metamask-controller
- [#11159](https://github.com/MetaMask/metamask-extension/pull/11159): implement safer to buffer
## [9.5.4]
### Fixed
- [#11153](https://github.com/MetaMask/metamask-extension/pull/11153): Prevent UI crash when the transaction being retried or canceled is missing.
@ -2239,7 +2245,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.4...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...HEAD
[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
[9.5.2]: https://github.com/MetaMask/metamask-extension/compare/v9.5.1...v9.5.2

View File

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