diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ed272c1..1aacf494e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.11.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.11.0...v2.11.1) (2021-12-27) + + +### Bug Fixes + +* Make auto-move initiative work for players and linked actors too. ([9b39978](https://github.com/xdy/xdy-pf2e-workbench/commit/9b399789c297e1982a87803f57eb8232ae6a27de)) + # [2.11.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.10.0...v2.11.0) (2021-12-27) diff --git a/module.json b/module.json index 4081821ab..5ab0af844 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.11.0", + "version": "2.11.1", "author": "Jonas Karlsson (xdy)", "authors": [ { diff --git a/package-lock.json b/package-lock.json index ec3a119d8..4426b52e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "2.11.0", + "version": "2.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "2.11.0", + "version": "2.11.1", "license": "./LICENSE", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^0.8.9-9", diff --git a/package.json b/package.json index 73d78baff..c193894a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "2.11.0", + "version": "2.11.1", "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",