From f35345f385639947b7ab58526b85d9ff7dd275e4 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 28 Oct 2022 13:03:09 -0400 Subject: [PATCH] Actually update version number. --- changelog.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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" },