From 8339736bd0d4b14a46ee4429d842576eef9782f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Nov 2022 21:45:49 +0000 Subject: [PATCH] chore(release): 4.13.3 [skip ci] ## [4.13.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.13.2...v4.13.3) (2022-11-08) ### Bug Fixes * Keeping up with the Macro Faeries. ([ba2edcf](https://github.com/xdy/xdy-pf2e-workbench/commit/ba2edcf81d8fa0101ffbfe4242bd2e19498f23f3)) --- 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 b5c16c136..bb2e37877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.13.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.13.2...v4.13.3) (2022-11-08) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([ba2edcf](https://github.com/xdy/xdy-pf2e-workbench/commit/ba2edcf81d8fa0101ffbfe4242bd2e19498f23f3)) + ## [4.13.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.13.1...v4.13.2) (2022-11-07) diff --git a/module.json b/module.json index 5cfdc29a1..df02545fc 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.13.2", + "version": "4.13.3", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "10.284", @@ -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.13.2/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.13.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 b2361c5bc..9091f53db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "4.13.2", + "version": "4.13.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "4.13.2", + "version": "4.13.3", "license": "./LICENSE", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 7896ed270..07bcec987 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "4.13.2", + "version": "4.13.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",