Merge pull request #10025 from MetaMask/sync-master

Sync `master` with `develop`
feature/default_network_editable
Mark Stacey 4 years ago committed by GitHub
commit b7d9ed566a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 2
      app/manifest/_base.json

@ -2,6 +2,9 @@
## Current Develop Branch
## 8.1.7 Tue Dec 08 2020
- Revert SES lockdown
## 8.1.6 Wed Dec 02 2020
- [#9916](https://github.com/MetaMask/metamask-extension/pull/9916): Fix QR code scans interpretting payment requests as token addresses
- [#9847](https://github.com/MetaMask/metamask-extension/pull/9847): Add alt text for images in list items

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

Loading…
Cancel
Save