From 969af148a445f61d28cb895e37fc76c86d38daac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jan 2024 19:55:04 +0000 Subject: [PATCH] chore(release): 5.45.11 [skip ci] ## [5.45.11](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.45.10...v5.45.11) (2024-01-06) ### Bug Fixes * Overcomplicating things... ([1f44986](https://github.com/xdy/xdy-pf2e-workbench/commit/1f4498617edafc846546089237c738112d6a3878)) --- 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 55a57e641..8bb5bdc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.45.11](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.45.10...v5.45.11) (2024-01-06) + + +### Bug Fixes + +* Overcomplicating things... ([1f44986](https://github.com/xdy/xdy-pf2e-workbench/commit/1f4498617edafc846546089237c738112d6a3878)) + ## [5.45.10](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.45.9...v5.45.10) (2024-01-06) diff --git a/package-lock.json b/package-lock.json index 7c0ddfdbc..0a8ffa22f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "5.45.10", + "version": "5.45.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "5.45.10", + "version": "5.45.11", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.11.1", diff --git a/package.json b/package.json index e2ee33b30..a35c428d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "5.45.10", + "version": "5.45.11", "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 c1c474c85..62c5e771d 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": "5.45.10", + "version": "5.45.11", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "11.314", @@ -227,7 +227,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/v5.45.10/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.45.11/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",