From 370d6d3a6e11177090bc704f88c21277f215a5dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Nov 2024 15:18:17 +0000 Subject: [PATCH] chore(release): 6.12.4 [skip ci] ## [6.12.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.12.3...v6.12.4) (2024-11-15) ### Bug Fixes * Dirge of Doom effect didn't apply Frightened ([aed76b7](https://github.com/xdy/xdy-pf2e-workbench/commit/aed76b76c261173b203cdbb38f876cd8754cb5f0)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- static/module.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755930a0f..188509212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.12.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.12.3...v6.12.4) (2024-11-15) + + +### Bug Fixes + +* Dirge of Doom effect didn't apply Frightened ([aed76b7](https://github.com/xdy/xdy-pf2e-workbench/commit/aed76b76c261173b203cdbb38f876cd8754cb5f0)) + ## [6.12.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.12.2...v6.12.3) (2024-11-09) diff --git a/package-lock.json b/package-lock.json index 47a57ce40..27dbc9eb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.12.3", + "version": "6.12.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.12.3", + "version": "6.12.4", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.2", diff --git a/package.json b/package.json index 573c8e669..ee876d880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.12.3", + "version": "6.12.4", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "private": true, "type": "module", diff --git a/static/module.json b/static/module.json index 468784cd3..3b569dc8d 100644 --- a/static/module.json +++ b/static/module.json @@ -1,7 +1,7 @@ { "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "6.12.3", + "version": "6.12.4", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "12.331", @@ -215,7 +215,7 @@ ], "url": "https://github.com/xdy/xdy-pf2e-workbench/", "manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json", - "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.12.3/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.12.4/xdy-pf2e-workbench.zip", "license": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/LICENSE.md", "readme": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/README.md", "bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues",