From 8106b2b694efcda31cca2d41606fab835a4f07c6 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 13 Mar 2023 23:25:42 -0400 Subject: [PATCH] Up version to v3.7.2 --- changelog.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 2a02bea4a..afe3034dc 100644 --- a/changelog.md +++ b/changelog.md @@ -80,7 +80,15 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). -### Thursday 09/02/2023 - v3.7.1 +### Monday 13/03/2023 - v3.7.2 +{{taskList + +##### Calculuschild + +* [x] Fix wide Monster Stat Blocks not spanning columns on Legacy +}} + +### Thursday 09/03/2023 - v3.7.1 {{taskList ##### Lucastucious (new contributor!) diff --git a/package-lock.json b/package-lock.json index 25ceae608..26eb62103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.7.1", + "version": "3.7.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 75646fa58..9353b6509 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.7.1", + "version": "3.7.2", "engines": { "node": "16.11.x" },