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

Version v9.0.0

This commit is contained in:
MetaMask Bot 2020-12-11 05:51:10 +00:00 committed by Mark Stacey
parent 2431a5821c
commit 6369f88571
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Changelog
## Current Develop Branch
- [#10048](https://github.com/MetaMask/metamask-extension/pull/10048): Display boolean values when signing typed data
## 9.0.0 Fri Dec 11 2020
## 8.1.11 Thu Jan 07 2021
- [#10155](https://github.com/MetaMask/metamask-extension/pull/10155): Disable swaps when the current network's chainId does not match the mainnet chain ID, instead of disabling based on network ID

View File

@ -78,6 +78,6 @@
"notifications"
],
"short_name": "__MSG_appName__",
"version": "8.1.11",
"version": "9.0.0",
"web_accessible_resources": ["inpage.js", "phishing.html"]
}