From 4fb25451a24f4fe95304981ae82a9539658cae68 Mon Sep 17 00:00:00 2001 From: antelle Date: Thu, 13 May 2021 10:45:48 +0200 Subject: [PATCH] fix #1816: old Chromium support, such as Android Edge --- .babelrc | 2 ++ package-lock.json | 2 +- release-notes.md | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 91f7095f..1bf46c7c 100644 --- a/.babelrc +++ b/.babelrc @@ -7,6 +7,8 @@ }], "@babel/plugin-proposal-optional-catch-binding", "@babel/plugin-proposal-optional-chaining", + "@babel/plugin-proposal-nullish-coalescing-operator", + "@babel/plugin-proposal-logical-assignment-operators", "@babel/plugin-external-helpers" ] } diff --git a/package-lock.json b/package-lock.json index caf28fce..6422b907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "requires": true, "packages": { "": { - "version": "1.18.3", + "version": "1.18.4", "license": "MIT", "dependencies": { "@babel/core": "^7.14.0", diff --git a/release-notes.md b/release-notes.md index 37d5176a..476ac040 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,8 @@ Release notes ------------- +##### v1.18.5 (TBD) +`-` fix #1816: old Chromium support, such as Android Edge + ##### v1.18.4 (2021-05-12) `+` #1814: option to disable auto-type title filter by default `-` #1808: restore KeeWeb from system tray on extension request