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",