From a87cd852388939ce613b7d6e1edb1b3da2098115 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Jan 2023 12:10:39 +0000 Subject: [PATCH] chore(release): 4.26.3 [skip ci] ## [4.26.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.26.2...v4.26.3) (2023-01-02) ### Bug Fixes * Keeping up with the Macro Faeries. ([2e92570](https://github.com/xdy/xdy-pf2e-workbench/commit/2e92570a684b937ea758218c3924a338a1f16ccf)) --- CHANGELOG.md | 7 +++++++ module.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0263e06..8952a5e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.26.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.26.2...v4.26.3) (2023-01-02) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([2e92570](https://github.com/xdy/xdy-pf2e-workbench/commit/2e92570a684b937ea758218c3924a338a1f16ccf)) + ## [4.26.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.26.1...v4.26.2) (2023-01-01) diff --git a/module.json b/module.json index 09513a9dc..df9c89dd7 100644 --- a/module.json +++ b/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": "4.26.2", + "version": "4.26.3", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "10.291", @@ -115,7 +115,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/v4.26.2/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.26.3/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", diff --git a/package-lock.json b/package-lock.json index 40fcc93cb..bf658043c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "4.26.2", + "version": "4.26.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "4.26.2", + "version": "4.26.3", "license": "./LICENSE", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 774d816eb..03e16a509 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "4.26.2", + "version": "4.26.3", "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",