Skip to content

Commit

Permalink
Deliver fixes in a patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Sep 2, 2024
1 parent cffdbb6 commit dddecda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.15.0",
"version": "2.15.1",
"authors": [
{
"name": "Deuce",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "torch",
"version": "2.15.0",
"version": "2.15.1",
"description": "Torch HUD Controls",
"main": "src/torch.js",

Expand Down

0 comments on commit dddecda

Please sign in to comment.