diff --git a/CHANGELOG.md b/CHANGELOG.md index 382860b28..57550b7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.8.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.7.0...v2.8.0) (2021-12-27) + + +### Features + +* Add optional keybind to move the selected combatant to before the current combatant in the initiative order (normally used when the current combatant has just killed the selected combatant). ([d194811](https://github.com/xdy/xdy-pf2e-workbench/commit/d194811fc50a4a7cbb1f37610996d726b5ad5cc4)) +* Add optional keybind to move the selected combatant to before the current combatant in the initiative order (normally used when the current combatant has just killed the selected combatant). ([02db82a](https://github.com/xdy/xdy-pf2e-workbench/commit/02db82a8b77dde22d00c53ed914a79bd4ef28b3b)) + # [2.7.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v2.6.0...v2.7.0) (2021-12-26) diff --git a/module.json b/module.json index 7f537ab93..c63ba630c 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.7.0", + "version": "2.8.0", "author": "Jonas Karlsson (xdy)", "authors": [ { diff --git a/package-lock.json b/package-lock.json index 11ce19499..746855019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "2.7.0", + "version": "2.8.0", "license": "./LICENSE", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^0.8.9-9", diff --git a/package.json b/package.json index 9bbd52d60..5f7e3c78c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "2.7.0", + "version": "2.8.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",