Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes 5.13.5 #13655

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release Notes 5.13.5
  • Loading branch information
stwlam committed Feb 10, 2024
commit 226b30c98420a098c0f5d8eba94f2e8049a159bc
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 5.13.5

### Bugfixes

- (Drental) Fix handling of check DCs tied to inline roll links added directly to actor sheets
- (Jesse) Fix variable-cost action glyphs in Spell Compendium
- (stwlam) Fix processing of precision resistance
- (Supe) Fix rank of base spellcasting proficiency and innate spells

### Data Updates

- (Dire Weasel) Clean up formatting in Luck Blades, Shatter Mind, and Splinter Faith
- (Dire Weasel) Fix bonus type for Nourishing Gate
- (Dire Weasel) Remove prerequisites from Rallying Anthem
- (kromko) Add missing area to Safe Passage description
- (putty) Fix Kingmaker skirmisher army level
- (stwlam) Fix sticky bomb applying when not toggled, account for expanded splash
- (Tikael) Automate Parallel Breakthrough feat
- (Tikael) Fix sources of Season of Ghosts rituals
- (TMun) Add Kingmaker Appendix armies along with unique tactics

## 5.13.4

### Bugfixes
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-pf2e",
"version": "5.13.4",
"version": "5.13.5",
"description": "",
"private": true,
"type": "module",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/jquery": "^3.5.29",
"@types/jsdom": "^21.1.6",
"@types/luxon": "^3.4.2",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/prompts": "^2.4.9",
"@types/sortablejs": "^1.15.7",
"@types/tooltipster": "^0.0.35",
Expand Down Expand Up @@ -65,7 +65,7 @@
"socket.io-client": "4.6.2",
"tinymce": "6.7.3",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-checker": "^0.6.4",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "5.13.4",
"version": "5.13.5",
"license": "./LICENSE",
"compatibility": {
"minimum": "11.311",
Expand Down
Loading