diff --git a/CHANGELOG b/CHANGELOG index 01ce045..89e07be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.0] - 2020-07-04 +You can now login with email/password! + ## [1.6.0] - 2020-06-24 Handle 429 error. Fix Firefox scroll bar diff --git a/package.json b/package.json index 07cfe06..acbdf9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "1.6.0", + "version": "1.7.0", "description": "SimpleLogin Browser Extension", "author": "son@simplelogin.io", "license": "MIT", diff --git a/src/manifest.json b/src/manifest.json index 41e9b2a..156fd7b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,7 +11,6 @@ "activeTab", "storage", "cookies", - "http://localhost:*/*", "https://*.simplelogin.io/*" ], "browser_action": {