From 969eac4c5aa642913119536763e5561d50f80020 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 8 Sep 2022 23:02:00 -0400 Subject: [PATCH 1/2] 3.2.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1b5db849..c92656386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebrewery", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebrewery", - "version": "3.2.1", + "version": "3.2.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ee201d075..a559f7a0e 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.2.1", + "version": "3.2.2", "engines": { "node": "16.11.x" }, From c3f885012a9a37ad9b294918f466b50cf0f9a058 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 8 Sep 2022 23:19:29 -0400 Subject: [PATCH 2/2] Update changelog --- changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/changelog.md b/changelog.md index f8b6bad8e..fbf376035 100644 --- a/changelog.md +++ b/changelog.md @@ -39,6 +39,26 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Friday 08/09/2022 - v3.2.2 +{{taskList + +##### Jeddai: + +* [x] Fix brews not deleting from User page when removed from Google Drive externally. + + Fixes issues: [#2325](https://github.com/naturalcrit/homebrewery/issues/2325) + +##### G-Ambatte: + +* [x] Brew Tags are now searchable on the User page + +Fixes issues [#2317](https://github.com/naturalcrit/homebrewery/issues/2317), [#2319](https://github.com/naturalcrit/homebrewery/issues/2319), [#2334](https://github.com/naturalcrit/homebrewery/issues/2334) + +* [x] Several tweaks to the User page + + Fixes issues: [#1797](https://github.com/naturalcrit/homebrewery/issues/1797), [#2315](https://github.com/naturalcrit/homebrewery/issues/2315), [#2326](https://github.com/naturalcrit/homebrewery/issues/2326), [#2328](https://github.com/naturalcrit/homebrewery/issues/2328) +}} + ### Wednesday 31/08/2022 - v3.2.1 {{taskList