From a9a9804517a334061ed72d8e31481b74814fee69 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sat, 10 Dec 2022 14:15:09 -0500 Subject: [PATCH] v3.4.2 --- changelog.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 89b8a1976..8e6502227 100644 --- a/changelog.md +++ b/changelog.md @@ -44,6 +44,23 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Saturday 10/12/2022 - v3.4.2 +{{taskList + +##### Jeddai + +* [x] Fix broken tags editor + +* [x] Reduce server load to fix some saving issues + +Fixes issues [#2322](https://github.com/naturalcrit/homebrewery/issues/2322) + +##### Gazook + +* [x] Account page help link for Google Drive errors + +Fixes issues [#2520](https://github.com/naturalcrit/homebrewery/issues/2520) +}} ### Monday 05/12/2022 - v3.4.1 {{taskList diff --git a/package-lock.json b/package-lock.json index 37db3aa82..b2499d137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.4.1", + "version": "3.4.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3838a5b66..a6a25de1e 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.4.1", + "version": "3.4.2", "engines": { "node": "16.11.x" },