diff --git a/CHANGELOG.md b/CHANGELOG.md index d9890e11..218ad8c3 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.4](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/compare/v9.2.3...v9.2.4) (2022-11-07) + + +### Bug Fixes + +* 🐛 Inability to update raw material value from character ([05d005c](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/05d005ca428dd69db0617958c6b413c50cb22647)) + ### [9.2.3](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/compare/v9.2.2...v9.2.3) (2022-11-06) diff --git a/manifests/v9/system.json b/manifests/v9/system.json index bb7f4ad5..3d26dae6 100644 --- a/manifests/v9/system.json +++ b/manifests/v9/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.3", + "version": "9.2.4", "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://raw.githubusercontent.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/main/manifests/v9/system.json", - "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v9.2.3/fbl-fvtt_v9.2.3.zip", + "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v9.2.4/fbl-fvtt_v9.2.4.zip", "license": "LICENSE.txt" } diff --git a/package.json b/package.json index 89e285ce..ed8fca86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "forbidden-lands", - "version": "9.2.3", + "version": "9.2.4", "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",