From 89d808566167e5d03f67f3e1134d073eb83f33a9 Mon Sep 17 00:00:00 2001 From: vladikoff Date: Tue, 23 Apr 2019 10:35:47 -0400 Subject: [PATCH] Release 4.3.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0cfae2a..90bfa0aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.3.5 + +* Fix for login +* Updated dependencies + ## 4.3.4 * Remove Google Analytics from WebExtension diff --git a/package.json b/package.json index b5d3ab0cf..65f11fab9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "notes", "id": "notes@mozilla.com", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "4.3.4", + "version": "4.3.5", "author": "Test Pilot Mozilla Team", "bugs": { "url": "https://github.com/mozilla/notes/issues" diff --git a/src/manifest.json b/src/manifest.json index f47bdc4d3..00b26ddb1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Notes by Firefox", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "4.3.4", + "version": "4.3.5", "default_locale": "en_US", "author": "Mozilla Test Pilot team", "applications": {