From ff79701bcf798f2103a196924d18eb18eceab422 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Sat, 8 Mar 2025 19:09:48 -0600 Subject: [PATCH] Release Notes 6.10.2 (#18476) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac79ad544c..de030ccb613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 6.10.2 + +### Bugfixes + +- (stwlam) Fix issue causing feats with trait-toggle data to fail to initialize + +### Data Updates + +- (Abaddon) Fix Fated Duel description +- (Ambrose) Condense Potency Crystal equipment effects +- (Ambrose) Improve automation workflow for Elementalist Class Archetype +- (Dire Weasel) Preselect Assurance choice for some backgrounds + ## 6.10.1 ### Bugfixes diff --git a/package-lock.json b/package-lock.json index 0cd7fb49017..5c38563956c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "6.10.1", + "version": "6.10.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "6.10.1", + "version": "6.10.2", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.18.6", diff --git a/package.json b/package.json index 7fe9ad1d6d2..2d4a738e352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "6.10.1", + "version": "6.10.2", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 082575434f0..199f604c010 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.10.1", + "version": "6.10.2", "license": "./LICENSE", "compatibility": { "minimum": "12.328",