diff --git a/CHANGELOG.md b/CHANGELOG.md index addb05fc8..b33f4d4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v1.1.1...v1.2.0) (2021-11-21) + + +### Features + +* Adds support for: ([b7cf761](https://github.com/xdy/xdy-pf2e-workbench/commit/b7cf76143183dd3d7ea102e863f35c8da00a9af2)) + ## [1.1.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v1.1.0...v1.1.1) (2021-11-21) diff --git a/package-lock.json b/package-lock.json index 25af3fa25..fbe5c4f8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "1.1.1", + "version": "1.2.0", "license": "./LICENSE", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^0.7.10-0", diff --git a/package.json b/package.json index a8ad2b4b8..975e57fca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "1.1.1", + "version": "1.2.0", "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",