From b5c60b318074a658addc09b7257676e2e14c207d Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 20 Apr 2026 09:57:44 -0400 Subject: [PATCH] Up to v3.22.0 and changelog --- changelog.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 22af73b80..136f6346a 100644 --- a/changelog.md +++ b/changelog.md @@ -93,6 +93,18 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Saturday 4/20/2026 - v3.22.0 + +{{taskList +##### 5e-Cleric +* [x] Major update to editor framework (Codemirror 6) +Fixes issues [#3511](https://github.com/naturalcrit/homebrewery/issues/3511), [#4590](https://github.com/naturalcrit/homebrewery/issues/4590), [#4563](https://github.com/naturalcrit/homebrewery/issues/4653), [#4655](https://github.com/naturalcrit/homebrewery/issues/4655) +* [x] Fix to Admin page tab names + +##### G-Ambatte +* [x] Fix white page crash on certain browsers +}} + ### Saturday 4/04/2026 - v3.21.0 {{taskList diff --git a/package-lock.json b/package-lock.json index 59f0a8206..7ee752e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.21.0", + "version": "3.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.21.0", + "version": "3.22.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a786d22c8..7872f8173 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "3.21.0", + "version": "3.22.0", "type": "module", "engines": { "npm": ">=10.8 <12",