From 44620297b82873db7e40909c9234600629734d67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2024 15:34:44 +0000 Subject: [PATCH] chore(release): 6.8.7 [skip ci] ## [6.8.7](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.8.6...v6.8.7) (2024-10-03) ### Bug Fixes * Keeping up with the Macro Faeries. ([e5017bb](https://github.com/xdy/xdy-pf2e-workbench/commit/e5017bb6ccbe8ee546079ff063e02a86396449a8)) --- 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 2d38e9df..b09450b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.8.7](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.8.6...v6.8.7) (2024-10-03) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([e5017bb](https://github.com/xdy/xdy-pf2e-workbench/commit/e5017bb6ccbe8ee546079ff063e02a86396449a8)) + ## [6.8.6](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.8.5...v6.8.6) (2024-09-28) diff --git a/package-lock.json b/package-lock.json index 97bb3b51..96eabdff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.8.6", + "version": "6.8.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.8.6", + "version": "6.8.7", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.1", diff --git a/package.json b/package.json index b6da1b49..d5916bd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.8.6", + "version": "6.8.7", "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 05436384..df6ee177 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.8.6", + "version": "6.8.7", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "12.330", @@ -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.8.6/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.8.7/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",