diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9ba1e..6f4aa08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.2.0 (2020-04-14) - replace some deprecated functions for 0.5.4 -- fix config not being saved correctly +- fix base rollNPC method not used when disabling group initiaitive setting after having enabled it ## 1.1.1 (2020-04-10) diff --git a/module.json b/module.json index 999f545..a7392c0 100644 --- a/module.json +++ b/module.json @@ -3,8 +3,9 @@ "title": "Group Initiative", "description": "Roll group initiative from the Combat tracker.", "author": "thorni", - "version": "1.1.1", + "version": "1.2.0", "minimumCoreVersion": "0.5.3", + "compatibleCoreVersion": "0.5.4", "scripts": [], "esmodules": ["group-initiative.js"], "url": "https://github.com/tonifisler/foundry-group-initiative", diff --git a/package-lock.json b/package-lock.json index f62d687..452315f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "group-initiative", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56dc023..d76b9a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "group-initiative", - "version": "1.1.1", + "version": "1.2.0", "description": "Roll group initiative from the combat tracker in Foundry VTT", "main": "scripts/initiative.js", "scripts": {