From f770e98500359b6d3dc7956e85038eb7999c1438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Dec 2023 20:29:08 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20Version=20Pack?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/ten-papayas-camp.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- system.json | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/ten-papayas-camp.md diff --git a/.changeset/ten-papayas-camp.md b/.changeset/ten-papayas-camp.md deleted file mode 100644 index b72ab694..00000000 --- a/.changeset/ten-papayas-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"forbidden-lands": minor ---- - -Move conditions to ActiveEffects diff --git a/CHANGELOG.md b/CHANGELOG.md index 58880795..6f4d8a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 11.4.0 + +### Minor Changes + +- [#385](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/pull/385) [`5590bd5`](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/5590bd562c02c981b08388fa060edd05ffe69071) Thanks [@Cussa](https://github.com/Cussa)! - Move conditions to ActiveEffects + ## 11.3.6 ### Patch Changes diff --git a/package.json b/package.json index 8a149aec..babc677c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forbidden-lands", - "version": "11.3.6", + "version": "11.4.0", "private": true, "description": "

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

", "homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme", diff --git a/system.json b/system.json index 26c66f6a..ea7c7e77 100644 --- a/system.json +++ b/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": "11.3.6", + "version": "11.4.0", "authors": [ { "name": "aMediocreDad", @@ -91,6 +91,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/system.json", - "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v11.3.6/forbidden-lands.zip", + "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v11.4.0/forbidden-lands.zip", "license": "LICENSE" }