Skip to content

Commit

Permalink
Release Notes 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Feb 27, 2022
1 parent 83b48d2 commit 5e007c2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Version 3.5.2

### Bugfixes
* (stwlam) Fix regression with automatic flanking detection
* (stwlam) Fix display of strike damage tooltips on PC sheet
* (stwlam) Correct some user-visibility quirks on spell cards
* (stwlam) Restore craft action macro

### Data Updates
* (NullWolf) Add Spell Effect: Calm Emotions
* (stwlam) Restore Ray of Enfeeblement as both an attack and save spell


## Version 3.5.1

### Core System Improvements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "foundry-pf2e",
"version": "3.5.1",
"version": "3.5.2",
"description": "",
"scripts": {
"build": "npm run build:packs && webpack --mode production",
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Pathfinder 2nd Edition",
"description": "A community contributed game system for Pathfinder Second Edition.",
"license": "./LICENSE",
"version": "3.5.1",
"version": "3.5.2",
"minimumCoreVersion": "9.249",
"compatibleCoreVersion": "9.259",
"author": "The PF2e System Developers",
Expand Down

0 comments on commit 5e007c2

Please sign in to comment.