From c72f3234e7d311a1938a9672eaaaebae03138041 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Tue, 21 Jan 2025 04:47:13 -0500 Subject: [PATCH] Release Notes 6.8.4 (#18069) --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 385a9faf0f1..33f6a303983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 6.8.4 + +### Bug Fixes + +- (Supe) Fix viewing spells with variants from compendium browser + +### Data Updates + +- (Ambrose) Add persistent damage to Channel Rot +- (Ambrose) Add spell links to some Summoner class feats +- (Dire Weasel) Add effect for Goz Mask (Major) +- (ottdmk) Fix level of Moderate Chromatic Jellyfish Oil +- (Redstone Flux) Fix damage of Spray of Stars +- (Tikael) Remove rule element from Hideous Ululation + +### Under the Hood + +- (Cerapter) Extend ItemAlteration to support changing base damage dice number + ## 6.8.3 ### System Improvements diff --git a/package-lock.json b/package-lock.json index 9299ebbf9b5..4e468cc60fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "6.8.3", + "version": "6.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "6.8.3", + "version": "6.8.4", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.18.3", diff --git a/package.json b/package.json index 24aa699b9d7..6b41c385648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "6.8.3", + "version": "6.8.4", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index c67fc7069c6..7432e27df57 100644 --- a/static/system.json +++ b/static/system.json @@ -2,7 +2,7 @@ "id": "pf2e", "title": "Pathfinder Second Edition", "description": "A community contributed game system for Pathfinder Second Edition", - "version": "6.8.3", + "version": "6.8.4", "license": "./LICENSE", "compatibility": { "minimum": "12.328",