From 0c11bf5ed52d1b24b0a48c4f7611a0a38dbddbfb Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Sun, 7 Jan 2024 07:43:25 -0600 Subject: [PATCH] Release Notes 5.12.1 (#12821) --- 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 a89d9f8e4ed..d74187f87bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 5.12.1 + +### Bugfixes + +- (stwlam) Fix erroneous PC language slot calculation when a language is both manually and automatically added +- (stwlam) Catch out-of-date scroll/wand data from adventure modules when migrating +- (stwlam) Fix opening AC modifiers on PC sheet +- (Supe) Restore display of stamina on character sheet + +### Data Updates + +- (Intervención) Have Druid Dedication feat grant Wildsong language + ## 5.12.0 ### System Improvements diff --git a/package-lock.json b/package-lock.json index d85347651ed..c94a0948557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "5.12.0", + "version": "5.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "5.12.0", + "version": "5.12.1", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.11.1", diff --git a/package.json b/package.json index 8927dc82e10..2ba58a5350d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.12.0", + "version": "5.12.1", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index e31754e1d79..94baeaee312 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": "5.12.0", + "version": "5.12.1", "license": "./LICENSE", "compatibility": { "minimum": "11.311",