diff --git a/CHANGELOG.md b/CHANGELOG.md index 977d62d36..1ceb607ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.14.2...v2.14.3) (2022-01-04) + + +### Bug Fixes + +* One more attempt at fixing problem with automatic foundry admin update on release ([f7e5cfc](https://github.com/xdy/xdy-pf2e-workbench/commit/f7e5cfc80ec52e54084cc5fbf90cfcdf64a9ecf4)) + ## [2.14.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.14.1...v2.14.2) (2022-01-04) diff --git a/module.json b/module.json index e92894541..ad507cd8b 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ "changelog": "https://raw.githubusercontent.com/xdy/xdy-pf2e-workbench/main/CHANGELOG.md", "bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues", "license": "./LICENSE", - "version": "2.14.2", + "version": "2.14.3", "author": "Jonas Karlsson (xdy)", "authors": [ { diff --git a/package-lock.json b/package-lock.json index 09316fa84..9f0777cb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "2.14.2", + "version": "2.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "2.14.2", + "version": "2.14.3", "license": "./LICENSE", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.238.1", diff --git a/package.json b/package.json index 2aaa72edb..50d035b3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "2.14.2", + "version": "2.14.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",