From 4f8bfded797ebfd1af5ea84be894e424e215af4e Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 7 Jun 2019 10:37:12 -0700 Subject: [PATCH] Version 6.6.2 RC1 --- CHANGELOG.md | 4 ++++ app/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f7baddf..03f988d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 6.6.2 Fri Jun 07 2019 + +- [#6690](https://github.com/MetaMask/metamask-extension/pull/6690): Update dependencies, re-enable npm audit CI job + ## 6.6.1 Thu Jun 06 2019 - [#6691](https://github.com/MetaMask/metamask-extension/pull/6691): Revert "Improve ENS Address Input" to fix bugs on input field on non-main networks. diff --git a/app/manifest.json b/app/manifest.json index 6acb74082..6407c8c1c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.6.1", + "version": "6.6.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",