From cea5f2e43a16ba8f037fffeb7012c893bc0d7c33 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 28 Jun 2023 16:13:01 -0400 Subject: [PATCH] Up version to v3.9.1 --- changelog.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index bfdb278e4..1a761c9cd 100644 --- a/changelog.md +++ b/changelog.md @@ -80,6 +80,16 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Friday 28/06/2023 - v3.9.1 +{{taskList + +##### G-Ambatte + +* [x] Better error pages with more useful information + +Fixes issue [#1924](https://github.com/naturalcrit/homebrewery/issues/1924) +}} + ### Friday 02/06/2023 - v3.9.0 {{taskList diff --git a/package-lock.json b/package-lock.json index 8b6ea8d34..b3f8c8e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.9.0", + "version": "3.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 94474cfe3..44f69f457 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.9.0", + "version": "3.9.1", "engines": { "node": ">=18.16.x" },