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

Version 6.2.0 (#6239)

* Version 6.2.0 RC1

* Update changelog.md for 6.2.0
This commit is contained in:
Dan J Miller 2019-03-05 15:27:10 -03:30 committed by Dan Finlay
parent f334f4da15
commit dc79456695
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
## Current Develop Branch
## 6.2.0 Tue Mar 05 2019
- [#6192](https://github.com/MetaMask/metamask-extension/pull/6192): Improves design and UX of onboarding flow
- [#6195](https://github.com/MetaMask/metamask-extension/pull/6195): Fixes gas estimation when sending to contracts
- [#6223](https://github.com/MetaMask/metamask-extension/pull/6223): Fixes display of notification windows when metamask is active in a tab
- [#6171](https://github.com/MetaMask/metamask-extension/pull/6171): Adds MetaMetrics usage analytics system
## 6.1.0 Tue Feb 19 2019
- [#6182](https://github.com/MetaMask/metamask-extension/pull/6182): Change "Token Address" to "Token Contract Address"

View File

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