From dddecda87c9d828345d62cb5204452106d613fd4 Mon Sep 17 00:00:00 2001 From: Ralph Mack Date: Mon, 2 Sep 2024 14:52:20 -0400 Subject: [PATCH] Deliver fixes in a patch release --- CHANGELOG.md | 4 ++++ module.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0ba76..e73e10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Middle Kingdom - v10 -> main branch +### 2.15.1 - September 2, 2024 - Better error message for missing user sources file +- [BUGFIX] The error message for a missing user sources file was cryptic - now just tells you +- [BUGFIX] The fallbacks for lights as object to array and for missing states property weren't working + ### 2.15.0 - September 2, 2024 - Worlds Without Number support and OSE cleanups - [FEATURE] Now supports Worlds Without Number (thanks, @fuzzymuzzi) - [FEATURE] Now supports Everyday Heroes diff --git a/module.json b/module.json index 462e86b..d2d7778 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "2.15.0", + "version": "2.15.1", "authors": [ { "name": "Deuce", @@ -77,7 +77,7 @@ "torch.css" ], "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/module.json", - "download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.15.0/torch-v2.15.0.zip", + "download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.15.1/torch-v2.15.1.zip", "url": "https://github.com/League-of-Foundry-Developers/torch", "compatibility": { "minimum": "10", diff --git a/package.json b/package.json index fb7e934..c787e86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torch", - "version": "2.15.0", + "version": "2.15.1", "description": "Torch HUD Controls", "main": "src/torch.js",