diff --git a/changelog.md b/changelog.md index 0d7e845b0..89b8a1976 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,6 @@ ```css h5 { font-size: .35cm !important; - margin-top: 0.3cm; } .page ul ul { @@ -45,6 +44,23 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). + +### Monday 05/12/2022 - v3.4.1 +{{taskList + +##### G-Ambatte + +* [x] Fix Account page incorrect last login time + +Fixes issues [#2521](https://github.com/naturalcrit/homebrewery/issues/2521) + +##### Gazook + +* [x] Fix crashing on iOS and Safari browsers + +Fixes issues [#2531](https://github.com/naturalcrit/homebrewery/issues/2531) +}} + ### Monday 28/11/2022 - v3.4.0 {{taskList diff --git a/package-lock.json b/package-lock.json index 02eb1b56a..7e37f56f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.4.0", + "version": "3.4.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 07b8f1afa..9d71556ac 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.0", + "version": "3.4.1", "engines": { "node": "16.11.x" },