From 267abbafa8ec13ed9849902aa155c83772eaf579 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Jan 2025 15:10:52 +0000 Subject: [PATCH] chore(release): 6.15.2 [skip ci] ## [6.15.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.15.1...v6.15.2) (2025-01-15) ### Bug Fixes * Improved randomPartymemberThatHasNotReceivedAHeropoint method. ([b7f502c](https://github.com/xdy/xdy-pf2e-workbench/commit/b7f502ca96a02ca3db9d802be9b33f4e8f78282f)) --- 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 7597d6cf2..733bdf9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.15.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.15.1...v6.15.2) (2025-01-15) + + +### Bug Fixes + +* Improved randomPartymemberThatHasNotReceivedAHeropoint method. ([b7f502c](https://github.com/xdy/xdy-pf2e-workbench/commit/b7f502ca96a02ca3db9d802be9b33f4e8f78282f)) + ## [6.15.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.15.0...v6.15.1) (2025-01-07) diff --git a/package-lock.json b/package-lock.json index 6c6f663c5..09d7fc352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.15.1", + "version": "6.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.15.1", + "version": "6.15.2", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.4", diff --git a/package.json b/package.json index d916a8d58..b587026db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.15.1", + "version": "6.15.2", "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 d5f7eef3c..6fbe99c0e 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.15.1", + "version": "6.15.2", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "12.331", @@ -214,7 +214,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.15.1/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.15.2/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",