diff --git a/changelog.md b/changelog.md index 56c9af3bf..74c8dba99 100644 --- a/changelog.md +++ b/changelog.md @@ -54,6 +54,10 @@ For a full record of development, visit our [Github Page](https://github.com/nat Fixes issues [#2468](https://github.com/naturalcrit/homebrewery/issues/2468) +##### Jeddai + +* [x] Reduce size of thumbnails on social media links + }} ### Friday 19/10/2022 - v3.3.0 diff --git a/package-lock.json b/package-lock.json index 5b0efc626..4dfb3903c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.3.0", + "version": "3.3.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e340b052..7a467909a 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.3.0", + "version": "3.3.1", "engines": { "node": "16.11.x" },