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

Version v8.1.6

This commit is contained in:
MetaMask Bot 2020-12-02 23:48:03 +00:00 committed by Dan Miller
parent 1661953e23
commit 9fab240c72
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Current Develop Branch
## 8.1.6 Wed Dec 02 2020
## 8.1.5 Wed Nov 18 2020
- [#9871](https://github.com/MetaMask/metamask-extension/pull/9871): Show send text upon hover in main asset list
- [#9855](https://github.com/MetaMask/metamask-extension/pull/9855): Make edit icon and account name in account details modal focusable

View File

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