diff --git a/changelog.md b/changelog.md index 9cc5a98de..b72024e3a 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,17 @@ h5 { # changelog +### Tuesday, 17/08/2021 - v2.13.4 +- Fixed user page crashing when user has untitled brew + +##### G-Ambatte: +- Tweaks to user page tool tips +- Fix view counts being reset on Google Drive files + +##### Gazook89 : +- New **PHB → Artist Credit** snippet +- **PRINT** snippets moved to the **Style Editor** tab + ### Monday, 09/08/2021 - v2.13.3 ##### G-Ambatte : @@ -48,6 +59,8 @@ myStyle {color: black} - Pasting your brew into a "New" page and saving will transfer any CSS in the code fence to the Style tab. - Unsaved work in the New page Style tab is now cached to your browser storage if you navigate away. +\page + ### Thursday, 10/6/2021 - v2.12.0 diff --git a/package-lock.json b/package-lock.json index b96f158e9..2c0cf0095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebrewery", - "version": "2.13.3", + "version": "2.13.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.13.3", + "version": "2.13.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 988c36f55..0146f74d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "2.13.3", + "version": "2.13.4", "engines": { "node": "14.15.x" },