diff --git a/CHANGELOG.md b/CHANGELOG.md index 98bbee64..9d90a651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [9.2.1](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/compare/v9.2.0...v9.2.1) (2022-07-18) + + +### Bug Fixes + +* 🐛 Correct reference to combat hbs ([1b69227](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/1b6922713d62f4b71690f4c4a6eac8907ff5ce5f)) + ## [9.2.0](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/compare/v9.1.1...v9.2.0) (2022-07-18) diff --git a/package.json b/package.json index 93858f78..c8044f89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "forbidden-lands", - "version": "9.2.0", + "version": "9.2.1", "type": "module", "description": "

\r \"system\r \r \"foundry-compatibility-version\"\r \r \r \"Maintenance\"\r \r \"Localization\"\r \r \"License:\r \r
\r
\r \"Logo\"\r

", "license": "GPL-3.0-or-later", diff --git a/static/system.json b/static/system.json index aea5795a..dadfa64e 100644 --- a/static/system.json +++ b/static/system.json @@ -2,7 +2,7 @@ "name": "forbidden-lands", "title": "Forbidden Lands", "description": "'Round the beggar from Varassa all sat in a ring, and by the campfire they sat and heard his song. About walkers and wolfkin and every terrible thing, and of his fear he sang to them all night long: \"There is something beyond the mountains, beyond the howls beyond the mist, there is something behind the veils, behind hearts cold as stone. Hearken, something walks and whispers, walks and lures you in and whimpers: Come to us, for this earth shall ever be ours and ours alone!\"", - "version": "9.2.0", + "version": "9.2.1", "minimumCoreVersion": 9, "compatibleCoreVersion": 9, "author": "aMediocreDad, narukaioh", @@ -75,6 +75,6 @@ "url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt", "socket": true, "manifest": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/latest/download/system.json", - "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v9.2.0/fbl-fvtt_v9.2.0.zip", + "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v9.2.1/fbl-fvtt_v9.2.1.zip", "license": "LICENSE.txt" }