From 08203ea93dc5c1577ac5f1771c745a3cb2c2dbb2 Mon Sep 17 00:00:00 2001 From: girst Date: Sun, 1 Dec 2019 16:48:06 +0100 Subject: [PATCH] VimFx v0.23.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 239dd15..0af4ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.23.0 (2019-12-01) + +- Fixed: Hints on about:preferences and 'eb' mode in Firefox 72 +- Removed: getAnonymousNodes() and getBindingParent() usage and support for XBL + anonymous content +- New release script +- **Require Firefox 68** and Update Documentation + ### 0.22.2 (2019-10-19) - Fix `eb` in Nightly 71 diff --git a/package.json b/package.json index c22cb97..e576a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.22.2", + "version": "0.23.0", "firefoxVersions": { "min": "68.0", "max": "*" -- 2.39.3