diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc014442..f9f7036ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.37.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v3.36.0...v3.37.0) (2022-07-25) + + +### Features + +* If the pf2e system's metagame setting 'Tokens determine NPC name visibility' is set, casting a private spell *always* hides the caster name. ([0db8f78](https://github.com/xdy/xdy-pf2e-workbench/commit/0db8f7831ceb873c714a985eceef11f4f1a2fedb)) +* If the pf2e system's metagame setting 'Tokens determine NPC name visibility' is set, casting a private spell *always* hides the caster name. ([3fc2b63](https://github.com/xdy/xdy-pf2e-workbench/commit/3fc2b63c036564bfe67cb32c2f4f35a22d728581)) + # [3.36.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v3.35.1...v3.36.0) (2022-07-25) diff --git a/module.json b/module.json index 8313be531..47dc0f146 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "xdy-pf2e-workbench", "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "3.36.0", + "version": "3.37.0", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "esmodules": [ diff --git a/package-lock.json b/package-lock.json index 95cce84a5..1b7a936f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "3.36.0", + "version": "3.37.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "3.36.0", + "version": "3.37.0", "license": "./LICENSE", "dependencies": { "@codemirror/basic-setup": "^0.20.0", diff --git a/package.json b/package.json index 80844fde7..c0aac2cc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "3.36.0", + "version": "3.37.0", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "license": "./LICENSE", "homepage": "https://github.com/xdy/xdy-pf2e-workbench",