From 1352d62c4f56848efa11f83ba1526c5115c9ab05 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Sun, 26 Jan 2025 23:53:57 -0600 Subject: [PATCH] update CHANGELOG and module version --- CHANGELOG.md | 12 ++++++++++++ src/module.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc774bc..63199d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.4] 2025-01-26 + +### Fixed + +- Fixed module loding with swade core module and swpf due to fear macro changes +- Fixed power effect creation for SWADE system 4.2 + +### Changed + +- Clean up of requested roll GM chat card +- Make Deflection roll helper modifiers more descriptive (melee, ranged, all) + ## [3.1.3] 2025-01-11 ### Fixed diff --git a/src/module.json b/src/module.json index 0f7c2b4..38f8773 100644 --- a/src/module.json +++ b/src/module.json @@ -9,7 +9,7 @@ } ], "url": "https://git.bloy.org/foundryvtt/swade-mb-helpers", - "version": "3.1.3", + "version": "3.1.4", "compatibility": { "minimum": "12", "verified": "12" @@ -99,7 +99,7 @@ "type": "system", "manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json", "compatibility": { - "verified": "4.2.0" + "verified": "4.2.3" } } ],