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