From 5f48b9656c1d0866106b8ba48f947310f644138b Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Wed, 23 Nov 2022 20:30:14 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20Release=2010.0?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ manifests/v10/system.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6fb0a0..8e026358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### [10.0.3](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/compare/v10.0.2...v10.0.3) (2022-11-23) + + +### Bug Fixes + +* 🐛 Cannot act when empathy is broken ([f403fb2](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/f403fb2dfe455d982ecc3f8f7d13528d38dc56ec)), closes [#258](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/issues/258) +* 🐛 Damage displaying on weapon related actions ([886de07](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/886de07825355900ab00eaa0869236a4890d7926)), closes [#276](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/issues/276) +* 🐛 Enrich Actor Fields ([fb923ba](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/fb923ba2fb14d699d30dbf4d719bc8428b303cdc)) +* 🐛 Enrich item fields ([6a8619b](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/6a8619b4743c1564c738c2db1958a64ca2993c8d)) +* 🐛 Improve scene thumbnails in sidebar ([8b27554](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/8b27554e67d02c32f673dec43c2b947d1228bc58)) +* 🐛 Incorrect owner chech for push button visibility ([43ddb9d](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/43ddb9de41d675bc2fd2f76b42ae9c3b83dc673a)) +* 🐛 Lineheights and text-indents ([2645e8e](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/2645e8e3316bc811c34d891d83f51a24a548f3bd)) +* 🐛 Wrong paths in experimental dataset ([7bd7309](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/7bd730996e8b516d859cbd43530b10e978250d8e)) + ### [10.0.2](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/compare/v10.0.1...v10.0.2) (2022-11-07) diff --git a/manifests/v10/system.json b/manifests/v10/system.json index e6a60f4b..7e811e1d 100644 --- a/manifests/v10/system.json +++ b/manifests/v10/system.json @@ -3,7 +3,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": "10.0.2", + "version": "10.0.3", "authors": [ { "name": "aMediocreDad", @@ -86,6 +86,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/v10/system.json", - "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v10.0.2/fbl-fvtt_v10.0.2.zip", + "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v10.0.3/fbl-fvtt_v10.0.3.zip", "license": "LICENSE.txt" } diff --git a/package.json b/package.json index 16299466..7e1a97ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "forbidden-lands", - "version": "10.0.2", + "version": "10.0.3", "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",