diff --git a/changelog.md b/changelog.md index 79b397060..c4f5e4420 100644 --- a/changelog.md +++ b/changelog.md @@ -39,6 +39,20 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Thursday 09/06/2022 - v3.1.1 +{{taskList + +##### Calculuschild: + +* [x] Fixed class table decorations appearing on top of the table in PDF output. + + Fixes issues: [#1784](https://github.com/naturalcrit/homebrewery/issues/1784) + +* [x] Fix bottom decoration on half class tables disappearing when the table is too short. + + Fixes issues: [#2202](https://github.com/naturalcrit/homebrewery/issues/2202) +}} + ### Monday 06/06/2022 - v3.1.0 {{taskList diff --git a/package-lock.json b/package-lock.json index 71ec2a883..b12b8092b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebrewery", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.1.0", + "version": "3.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bd2f18ca3..be96624fd 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.1.0", + "version": "3.1.1", "engines": { "node": "16.11.x" }, @@ -34,7 +34,7 @@ "build/*" ], "jest": { - "testTimeout" : 15000, + "testTimeout": 15000, "modulePaths": [ "mode_modules", "shared",