From 1c689103c96fcc8b34d09353249bf9f4948bd6be Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Fri, 30 Aug 2024 00:27:39 -0400 Subject: [PATCH] Release Notes 6.3.1 (#16325) --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc3a1f1645..86566ff1649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 6.3.1 + +### Bugfixes + +- (Idle) Fixed background label in the attribute boosts menu +- (stwlam, Supe) Fix level up feature granting and grant item +- (stwlam) Fix critical hit immunities +- (Supe) Don't show chat portraits in secret messages + +### Data Updates + +- (Abbadon) Adding missing sources to some items +- (Ambrose) Add processed trait +- (Ambrose) Consolidate Catharsis Emotion features into one +- (Dire Weasel) Link some Tian Xia feats to relevant archetype journal entries +- (Nythz) Add dedication trait to Pactbound Dedication +- (Rigo) Fix several Wayang, Yaksha, and Yaoguai ancestry feats +- (Rigo) Add degree of success radius adjustments to Strategist Stance +- (Rigo) Add automation for Protective Cycle, Renewing Cycle, and some Spirit Warrior features +- (TiloBuechsenschuss) Add expiration to Buckler Stance + ## 6.3.0 ### Highlights diff --git a/package-lock.json b/package-lock.json index bfcc6b8160c..343bd3aa93f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "6.3.0", + "version": "6.3.1", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.16.0", diff --git a/package.json b/package.json index 14a63f43b05..19d41a1efed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "6.3.0", + "version": "6.3.1", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index 4dc4ae644c0..dd378ab551c 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.3.0", + "version": "6.3.1", "license": "./LICENSE", "compatibility": { "minimum": "12.328",