diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2e37877..f029aa801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.13.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.13.3...v4.13.4) (2022-11-12) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([e43fb93](https://github.com/xdy/xdy-pf2e-workbench/commit/e43fb93ddbe2128ac80d10a9cc2f96a72ac03e4d)) + ## [4.13.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.13.2...v4.13.3) (2022-11-08) diff --git a/module.json b/module.json index df02545fc..5592c6f00 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.3", + "version": "4.13.4", "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.3/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.13.4/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 9091f53db..82630bb55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "4.13.3", + "version": "4.13.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "4.13.3", + "version": "4.13.4", "license": "./LICENSE", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 07bcec987..65def8662 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "4.13.3", + "version": "4.13.4", "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",