diff --git a/changelog.md b/changelog.md index 7c456b45..140a189a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ ## Version 2.8.19 +- Added several currency related methods and hooks (thank you p4535992 on GitHub!) + - Added method `game.itempiles.API.updateCurrencies()` + - Added hook `item-piles-preUpdateCurrencies` + - Added hook `item-piles-updateCurrencies` +- Updated Polish localization (thank you Lioheart on weblate!) +- Updated SWADE system config (thank you kristianserrano on GitHub!) - Fixed merchant populate items table rolling not working ## Version 2.8.18 diff --git a/src/systems/swade.js b/src/systems/swade.js index b093fc62..0b57790c 100644 --- a/src/systems/swade.js +++ b/src/systems/swade.js @@ -1,6 +1,6 @@ export default { - "VERSION": "1.0.4", + "VERSION": "1.0.5", // The actor class type is the type of actor that will be used for the default item pile actor that is created on first item drop. "ACTOR_CLASS_TYPE": "npc",