Skip to content

Commit

Permalink
Release Notes 4.6.8 (foundryvtt#5773)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jan 17, 2023
1 parent 8102769 commit ace3d3e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 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 4.6.8

### Bugfixes
* (stwlam) Fix issue causing button listeners to fail on some damage chat messages
* (stwlam) Fix application of resistances/weaknesses following crit immunity
* (stwlam) Fix adding base weapon types from homebrew elements
* (Supe) Prevent flat checks acquiring bonuses and penalties

### Data Updates
* (Dire Weasel) Add Aura rule elements to additional NPCs
* (TiloBuechsenschuss) Fix Tzitzimitl spellcasting DC for innate spells


## Version 4.6.7

### Bugfixes
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,6 +1,6 @@
{
"name": "foundry-pf2e",
"version": "4.6.7",
"version": "4.6.8",
"description": "",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"title": "Pathfinder 2nd Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"license": "./LICENSE",
"version": "4.6.7",
"version": "4.6.8",
"compatibility": {
"minimum": "10.286",
"minimum": "10.291",
"verified": "10.291",
"maximum": "10"
},
Expand Down

0 comments on commit ace3d3e

Please sign in to comment.