mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Merge pull request #10581 from MetaMask/sync-master
Sync `master` with `develop`
This commit is contained in:
commit
93917cf3cb
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Current Develop Branch
|
## Current Develop Branch
|
||||||
|
|
||||||
|
## 9.1.1 Wed Mar 03 2021
|
||||||
|
- [#10560](https://github.com/MetaMask/metamask-extension/pull/10560): Fix ENS resolution related crashes when switching networks on send screen
|
||||||
|
- [#10561](https://github.com/MetaMask/metamask-extension/pull/10561): Fix crash when speeding up an attempt to cancel a transaction on custom networks
|
||||||
|
|
||||||
## 9.1.0 Mon Mar 01 2021
|
## 9.1.0 Mon Mar 01 2021
|
||||||
- [#10265](https://github.com/MetaMask/metamask-extension/pull/10265): Update Japanese translations.
|
- [#10265](https://github.com/MetaMask/metamask-extension/pull/10265): Update Japanese translations.
|
||||||
- [#9388](https://github.com/MetaMask/metamask-extension/pull/9388): Update Chinese(Simplified) translations.
|
- [#9388](https://github.com/MetaMask/metamask-extension/pull/9388): Update Chinese(Simplified) translations.
|
||||||
|
@ -78,6 +78,6 @@
|
|||||||
"notifications"
|
"notifications"
|
||||||
],
|
],
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"web_accessible_resources": ["inpage.js", "phishing.html"]
|
"web_accessible_resources": ["inpage.js", "phishing.html"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user