From 84d22cc82e57c974e6861817175f998805da9da8 Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Sat, 8 Jun 2024 19:33:06 +0200 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/little-hairs-whisper.md | 12 ------------ CHANGELOG.md | 13 +++++++++++++ package.json | 7 +++++-- 3 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 .changeset/little-hairs-whisper.md diff --git a/.changeset/little-hairs-whisper.md b/.changeset/little-hairs-whisper.md deleted file mode 100644 index d7c2bd85..00000000 --- a/.changeset/little-hairs-whisper.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"forbidden-lands": major ---- - -This version marks Foundry v12 compatibility. The module has been tested and updated to work with the latest version of Foundry. - -- Updated to work with Foundry v12 -- Fixed Safecasting -- Added Sea Travel roll to party sheet and mishap tables -- Fixed a bug with artifact die roll modifier wrongly applying when gear bonus is selected - -!Breaking: V10 Compatibility ended diff --git a/CHANGELOG.md b/CHANGELOG.md index e315a3dc..7300be98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 12.0.0 + +### Major Changes + +- [#424](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/pull/424) [`5c570da`](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/5c570dafe1947600a35a18b0e779e206ad13173e) Thanks [@aMediocreDad](https://github.com/aMediocreDad)! - This version marks Foundry v12 compatibility. The module has been tested and updated to work with the latest version of Foundry. + + - Updated to work with Foundry v12 + - Fixed Safecasting + - Added Sea Travel roll to party sheet and mishap tables + - Fixed a bug with artifact die roll modifier wrongly applying when gear bonus is selected + + !Breaking: V10 Compatibility ended + ## 11.6.1 ### Patch Changes diff --git a/package.json b/package.json index 72eebf2d..e0b636af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forbidden-lands", - "version": "11.6.1", + "version": "12.0.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", @@ -58,6 +58,9 @@ "gluegun": "5.1.6", "typescript": "5.4.5" }, - "trustedDependencies": ["@biomejs/biome", "esbuild"], + "trustedDependencies": [ + "@biomejs/biome", + "esbuild" + ], "module": "index.ts" }