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

Version v8.1.1

This commit is contained in:
MetaMask Bot 2020-10-13 19:51:27 +00:00 committed by Mark Stacey
parent af018a2d74
commit bb854e17f8
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Current Develop Branch
## 8.1.1 Tue Oct 13 2020
## 8.1.0 Tue Oct 13 2020
- [#9565](https://github.com/MetaMask/metamask-extension/pull/9565): Ensure address book entries are shared between networks with the same chain ID
- [#9552](https://github.com/MetaMask/metamask-extension/pull/9552): Fix `eth_signTypedData_v4` chain ID validation for non-default networks

View File

@ -68,6 +68,6 @@
"notifications"
],
"short_name": "__MSG_appName__",
"version": "8.1.0",
"version": "8.1.1",
"web_accessible_resources": ["inpage.js", "phishing.html"]
}