Merge 'sync-master' and 'develop'

feature/default_network_editable
Whymarrh Whitby 4 years ago
commit 3eda318984
  1. 4
      CHANGELOG.md
  2. 2
      app/manifest/_base.json

@ -2,6 +2,10 @@
## Current Develop Branch
## 8.0.10 Wed Sep 16 2020
- [#9423](https://github.com/MetaMask/metamask-extension/pull/9423): Update default phishing list
- [#9416](https://github.com/MetaMask/metamask-extension/pull/9416): Fix fetching a new phishing list on Firefox
## 8.0.9 Wed Aug 19 2020
- [#9228](https://github.com/MetaMask/metamask-extension/pull/9228): Move transaction confirmation footer buttons to scrollable area
- [#9256](https://github.com/MetaMask/metamask-extension/pull/9256): Handle non-String web3 property access

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "8.0.9",
"version": "8.0.10",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",

Loading…
Cancel
Save