diff --git a/CHANGELOG.md b/CHANGELOG.md index 239dd151..0af4ba08 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 c22cb970..e576a760 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": "*"