From 49b2d941dc726359738e72ad412b4e3e81e9329a Mon Sep 17 00:00:00 2001 From: Eddie Dover Date: Tue, 17 Oct 2023 13:18:14 -0700 Subject: [PATCH] Version bump & changelog update --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/module.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae93e4b..5c1cb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.4.6 (2023-10-17) + +##### Bug Fixes + +* prevent party sheet closing when opening character sheet ([1f0df29c]('https://github.com/EddieDover/theater-of-the-mind'/commit/1f0df29ce5de6471333b3c50fc21a72a8aae82eb)) + ## 1.4.5 (2023-10-17) ##### Chores diff --git a/package.json b/package.json index 02f7bab..90b5d30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theater-of-the-mind", - "version": "1.4.5", + "version": "1.4.6", "description": "A FoundryVTT module for DMs", "main": "index.js", "author": { diff --git a/src/module.json b/src/module.json index 4a7c1fe..311da5c 100644 --- a/src/module.json +++ b/src/module.json @@ -37,7 +37,7 @@ "url": "https://github.com/eddiedover/" } ], - "version": "1.4.5", + "version": "1.4.6", "compatibility": { "minimum": "11", "verified": "11"