From 0e1ac269991e8538da584bb9814f7af2b1571aaa Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 9 Jul 2025 22:42:21 -0400 Subject: [PATCH] v3.19.2 --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 4705be410..3f85850fc 100644 --- a/changelog.md +++ b/changelog.md @@ -88,6 +88,13 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Wednesday 7/09/2025 - v3.19.2 + +{{taskList +##### calculuschild +* [x] Hotfix for saving issues - Please refresh your browser and report if problems continue +}} + ### Wednesday 7/09/2025 - v3.19.1 {{taskList diff --git a/package-lock.json b/package-lock.json index d02b4dbd1..8ed54390e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.19.1", + "version": "3.19.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.19.1", + "version": "3.19.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4926166ef..bc23a434e 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.19.1", + "version": "3.19.2", "type": "module", "engines": { "npm": "^10.8.x",